diff --git a/README.md b/README.md new file mode 100644 index 0000000..133e6a1 --- /dev/null +++ b/README.md @@ -0,0 +1,45 @@ +# EverKeep +EverKeep is a simple note taking app with scribble and reminder features. +### Usage +1. Creating Note + +https://github.com/DarkNDev/EverKeep/assets/49820671/d2761a4f-1649-4752-84e9-a1cea8faaa05 + + +2. Sorting Notes + +https://github.com/DarkNDev/EverKeep/assets/49820671/bce1265a-a83a-44eb-9d7f-d37a267aa65a + + +3. Managing Notes + +https://github.com/DarkNDev/EverKeep/assets/49820671/8fbee6ad-635a-4ecc-8b0a-645e32e4c8b3 + + +4. Mutiple Notes Selection + +https://github.com/DarkNDev/EverKeep/assets/49820671/c6639ae7-3dde-42b9-b7db-026e029fc9f7 + + +5. Managing Labels + +https://github.com/DarkNDev/EverKeep/assets/49820671/5fcc38d2-7314-491a-b006-1d6c1ec1164a + + +6. Searching + +https://github.com/DarkNDev/EverKeep/assets/49820671/1017f4f0-c675-4a1d-850f-583b419e712a + + +7. Adding Scribble + +https://github.com/DarkNDev/EverKeep/assets/49820671/7e0a5a21-ac7e-4c45-a81b-f67b35553c3b + + +8. Setting Reminder + +https://github.com/DarkNDev/EverKeep/assets/49820671/05d9cab3-bb19-4015-a7c7-57150d2c1449 + + +### Libraries Used +Material 3, Navigation Component, Kotlin coroutines, Room Database, Jetpack Datastore, Lifecycle (ViewModel + LiveData), Dagger Hilt, Themed Toggle Button (By nl.bryanderidder), RecyclerView Selection, Glide, Flexbox and Splash Screen Api.