Note: This app is currently under active development.
A simple and efficient to-do app built with Flutter, designed to help users organize academic and personal tasks effectively.
This app might not be useful for everyone, but it definitely helps me, and that's why I built it. If you find it interesting, feel free to use it!
- Task Categorization: Separate sections for academic and personal tasks.
- Collapsible Sections: Expandable and collapsible sections for better organization.
- Academic Tasks: Includes fields for:
- Course Code
- Last Date
- Description
- Personal Tasks: Includes fields for:
- Title
- Description
- Last Date
- User-Friendly Interface: Clean, minimalistic design for ease of use.
- Clone the repository:
git clone https://github.com/kiran-katakam/to_do.git
- Navigate to the project directory:
cd to_do - Install dependencies:
flutter pub get
- Run the app:
flutter run
- Open the app.
- Add tasks under the appropriate category:
- Academic
- Personal
- Expand or collapse sections as needed to focus on specific tasks.
- Edit or delete tasks when necessary.
- Still in development
- Frontend: Flutter
- Programming Language: Dart
- Add notifications/reminders for tasks.
- Implement task priority levels.
- Sync tasks with cloud storage.
Happy Tasking! 🎉