With the application, you can create notes with input fields such as title, description, image url(displaying as an image with Glide Library) and are stored locally on the phone with the Room library.
You can delete or edit the note in the note list by dragging it to the left.
Created notes contains the created date.
Used clean architecture.
Used Room, Glide, Navigation, Koin, ViewBinding, SwipeLayout.