Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 916 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 916 Bytes

ComposeNotes

Jetpack compose, clean architecture note taking app. I used canvas to decorate the note item :)

Features

  • 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)

Video of working app

compose_notes.mp4

Installation

Clone this repository and import into Android Studio

git clone [email protected]:kiptechie/ComposeNotes.git

Maintainers

This project is mantained by:

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -m 'Add some feature')
  4. Push your branch (git push origin my-new-feature)
  5. Create a new Pull Request