todo mobile app
1.0.0
此待辦事項移動應用程序是使用React Antial構建的簡單任務管理應用程序,旨在幫助我在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.
致謝
該應用程序是出於教育目的而構建的,提供了反應本地開發方面的動手經驗。隨意自定義,增強或將其用作更高級項目的基礎。
愉快的編碼!