sudo-parnab / Its-apptober

Join our Hacktoberfest initiative and contribute to open-source application development projects. It's a great opportunity for beginners to learn and grow. Let's build a stronger community together.
MIT License
4 stars 5 forks source link

πŸ› οΈ Project Proposal: Task Master App for Android #16

Closed sayan0328 closed 4 days ago

sayan0328 commented 4 days ago

πŸ”– Project Description

Task Master is a todo list management app that allows users to organize, track, and manage their tasks efficiently. The app offers features such as adding, duplicating, editing and deleting tasks. Simplify your task management and boost productivity.

🎀 Project Pitch

Task Master is a todo list management app built with Kotlin, Jetpack Compose, ViewModel, LiveData, RoomDB, and NavController. It allows users to efficiently add, edit, and manage tasks, offering a seamless and responsive user experience.

πŸ“ˆ Expected Outcome

By exploring Task Master, learners can understand how to implement Jetpack Compose for UI, manage state with ViewModel and LiveData, use RoomDB for local storage, and handle app navigation through NavController in Android development.

πŸ“· Screenshots

todo-list-app

βœ”οΈ Checklist

πŸ“ Additional Notes (Optional)

This app uses CoroutineDispatcher to process addition of todo items in a different thread, thus preventing the app from crashing.

sudo-parnab commented 4 days ago

go ahead

sayan0328 commented 4 days ago

Ok