- A simple task manager app built with Flutter.
- Create, read, and delete tasks
- Tasks are stored locally on the device when device is offline.
- Tasks can be synced with a remote server when device is online.
-
Clone the repository: git clone https://github.com/Chinokoo/task-flutter-frontend.git
-
Install dependencies: flutter pub get
-
Run the app: flutter run
- press on the task
- Contributions are welcome! If you'd like to contribute to this project, please fork the repository and submit a pull request.
- This project is licensed under the MIT License. See LICENSE for details.
- This project was built as part of the Fullstack Nanodegree Program by Rivan Ranawat.