-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |