A simple yet powerful task management app for personal and business use, built with Jetpack Compose and Room Database. Taskify allows users to efficiently create, manage, and organize their tasks.
- 📝 Task Creation & Management – Easily add, edit, and delete tasks.
- 📆 Due Dates & Prioritization – Organize tasks based on priority and deadlines.
- ✅ Task Completion Tracking – Mark tasks as completed.
- 📂 Multiple Task Lists – Categorize tasks into different lists for better organization.
- 🌙 Material 3 Design – Modern UI with Material You styling.
- Kotlin – Primary language
- Jetpack Compose – UI framework
- Room Database – Local database for storing tasks
- Koin – Dependency injection
- Navigation Component – Seamless navigation between screens
- Clone the repository:
git clone https://github.com/iNoles/Taskify
cd Taskify
- Open in Android Studio.
- Sync Gradle dependencies.
- Run the app on an emulator or physical device.
Coming soon!
Contributions are what make the open-source community such an amazing place to be, learn, inspire, and create. Any contributions you make are greatly appreciated.
Fork the project.
Create your feature branch (git checkout -b feature/AmazingFeature
).
Commit your changes (git commit -m 'Add some AmazingFeature'
).
Push to the branch (git push origin feature/AmazingFeature
).
Open a Pull Request.