This project is a todolist mobile app make in React Native and Expo.
Use the package manager npm to install the dependencies.
npm install
To run the project, use the following command:
npx expo start
You can then use the Expo Go app on your phone to scan the QR code and run the app on your phone.
To build the project, use the following command:
eas build -p android --profile preview
You can then download the APK file from the Expo website.
- Add a task
- Remove a task
- Mark a task as done
- Save tasks in local storage
- Load tasks from local storage
- Display the number of tasks
- Display the number of done tasks
- Display the number of in progress tasks
- Display the list of tasks
- Display the list of done tasks
- Display the list of in progress tasks