todo mobile app
1.0.0
이 Todo Tasks Mobile 앱은 React Native Framework에서 모바일 앱 개발을 배우고 연습 할 수 있도록 설계된 React Native를 사용하여 구축 된 간단한 작업 관리 응용 프로그램입니다.
git clone https://github.com/Erveftick/todo-mobile-app.git cd todo-mobile-app
npm installnpx react-native run-android또는
npx react-native run-ios사용 된 기술
React Native
React Navigation
AsyncStorage (for local storage)
폴더 구조
src: Contains the source code of the React Native app.
components: Reusable React components.
screens: Individual screens/pages of the app.
navigation: Navigation setup and routing.
utils: Utility functions or helpers.
감사의 말
이 앱은 교육 목적으로 구축되어 React Native Development에서 실습 경험을 제공합니다. 보다 고급 프로젝트의 기초로 사용자 정의, 향상 또는 사용하십시오.
행복한 코딩!