A simple and intuitive To-Do List mobile app built with React Native and Expo. Manage your daily tasks, mark them as completed, and delete them when done. Perfect for beginners learning mobile app development.
- Add new tasks.
- Mark tasks as completed.
- Delete tasks.
- Clean and user-friendly interface.
- Clone the repository:
git clone https://github.com/ch3fxic/ToDoListApp.git
- Navigate to the project directory:
cd ToDoListApp
- Install dependencies:
npm install
- Start the app:
npm start