This is a Task Management app focusing on clean, minimal, and intuitive UI for task tracking. The current version of the app contains only the Flutter UI without any backend Integrations. You can navigate through various screens and experience the UI.
- Task Overview Dashboard: View tasks organized into categories such as To-Do, In Progress, and Done.
- Active Projects Section: Track progress for multiple projects with visual progress indicators.
- Task Creation Flow: Add new tasks with details like title, date, start/end time, description, and category.
- Task Scheduling: Easily show time line of daily tasks.
Clone the project
git clone https://github.com/abdulawalarif/task_management_app.git
Go to the project directory
cd task_management_app
Install dependencies
flutter pub get
Connect a physical device or start a virtual device on your machine
flutter run
You can customize or extend this app by adding a backend for task persistence using Firebase, a REST API, or any other solution of your choice.
If you found an issue or would like to submit an improvement to this project, please submit an issue using the issues tab above. If you would like to submit a PR with a fix, reference the issue you created!
- The app currently lacks backend integration (e.g., data saving, authentication, or task syncing). It's purely a UI/UX representation built with Flutter.