Jetpack compose, clean architecture note taking app. I used canvas to decorate the note item :)
- Create and save note with title and content
- Choose color for note (Animated)
- Delete note and undo the recent delete
- Filter notes by title, date, color, ascending or descending order (Animated)
compose_notes.mp4
Clone this repository and import into Android Studio
git clone [email protected]:kiptechie/ComposeNotes.git
This project is mantained by:
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -m 'Add some feature')
- Push your branch (git push origin my-new-feature)
- Create a new Pull Request