todo mobile app
1.0.0
This Todo Tasks Mobile App is a simple task management application built using React Native, designed to help me learn and practice mobile app development in the React Native framework.
git clone https://github.com/Erveftick/todo-mobile-app.gitcd todo-mobile-app
npm installnpx react-native run-androidor
npx react-native run-iosTechnologies Used
React Native
React Navigation
AsyncStorage (for local storage)
Folder Structure
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.
Acknowledgments
This app is built for educational purposes, providing hands-on experience in React Native development. Feel free to customize, enhance, or use it as a foundation for more advanced projects.
Happy coding!