ToDo is a simple and user-friendly application that allows you to manage your notes effortlessly. Whether you need to jot down a quick idea, make a to-do list, or keep track of important information, this app has you covered.
- Add Notes: Easily create new notes and give them a title and content.
- Edit Notes: Modify the content or title of your existing notes whenever you need to.
- Delete Notes: Remove notes that you no longer need.
- Filter Notes: Quickly find specific notes using filtering options.
Kotlin
Jetpack Compose
Dagger-Hilt
Clean Architecture
MVVM (Model-View-ViewModel)
Room
- Ensure you have Android Studio installed on your computer.
- Clone this repository to your local machine using the command: git clone https://github.com/LcsMilhan/ToDo.git
- Open the project in Android Studio.
- Wait for the project to synchronize with its dependencies.
- Run the application on an emulator or connected Android device.
- Launch the app to view your list of notes.
- Tap the "+" button to create a new note.
- Tap on a note to view or edit its contents.
- Use the filter option to search for specific notes.