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

New android project, To-Do-App #8

Closed PrakashIrom closed 1 week ago

PrakashIrom commented 1 week ago

This is a simple new android project built using Kotlin Jetpack Compose

Followed MVVM architecture

What this app will do: When the user have some tasks which he/she needs to do in the future, they can those tasks in the app giving the task name, reminder date and time of the task to be done so that they will not forget to do the task before the deadline ends. Even the users can edit the task like the date and time or the task name.

Tech stacks: -Kotlin Jetpack Compose for the UI. -ROOM DB for storing the task's details in the local storage. -DataStore for storing the light and dark theme. -ViewModel for connecting Datas and the View. -AlarmManager and NotificationManager for reminder. -Koin for dependency injection.

Type of change -[X] New Project

Checklist:

sudo-parnab commented 1 week ago

good work @PrakashIrom

PrakashIrom commented 1 week ago

Thank you @sudo-parnab