A simple Todo application built with Expo and React Native. TaskFlow allows users to add, edit, and delete tasks with a clean and intuitive interface. The app stores tasks locally using AsyncStorage.
- Add Task : Add new tasks to your to-do list.
- Edit Tasks: Modify the details of existing tasks.
- Delete Tasks: Remove tasks from the list.
- Persistent Storage: Tasks are stored locally and persist across app restarts.
To run this project locally, follow these steps:
git clone https://github.com/Vysakh-mec/Todo-App.gitcd Todo-Appnpm installYou can run the project on different platforms using the following commands: Run on Android
npm run androidRun on iOS
npm run iosHere are some screenshots of the app: Screenshot
Watch the demo of the app in action: Watch the Demo
- React Native: A framework for building mobile apps using JavaScript and React.
- Expo: A platform and set of tools for React Native development.
- React Navigation: A library for managing navigation within the app.
- AsyncStorage: A simple, persistent key-value storage system for React Native.
Feel free to fork the repository, make improvements, and submit a pull request. If you have any suggestions or issues, please open an issue.