todo mobile app
1.0.0
このTODOタスクモバイルアプリは、Reactネイティブのネイティブを使用して構築されたシンプルなタスク管理アプリケーションであり、React Native Frameworkでモバイルアプリ開発を学び、実践するのに役立つように設計されています。
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の実践的な経験を提供します。より高度なプロジェクトの基盤として、自由にカスタマイズ、強化、または使用してください。
ハッピーコーディング!