Skip to content

Commit 0b75144

Browse files
Updated readme
1 parent cb73b62 commit 0b75144

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

readme.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
11
# Notes app
2-
A simple android application for jotting down down the ideas. It uses google auth as a single source of authentication and allows user to perform CRUD operation offline. The app is based of google's material UI and follows the clean code architecture.
2+
A simple android application for storing notes. This application is designed to store the confidential information. The app operates in offline mode and doesn't send any data in any way to the server. It uses google auth as a single source of authentication and allows user to perform CRUD operation offline. The app is based on google's material UI and follows the clean code architecture.
3+
4+
Basic features
5+
1. Simple UI
6+
2. Support backup and restore
7+
3. Data security
8+
4. Backup and restore options can be accessed by dragging the bottom left corner in the home screen
9+
10+
Security features
11+
1. Note data is encrypted using the user authentication and biometric information before going into the database.
12+
2. Only the biometric authenticated user can access the notes.
13+
3. App maintains the 12 second session time after each time user decrypts the notes data using biometric.
14+
4. Entire backup data is AES encrypted and stored in a password protected .zip file.
15+
5. Backup can be restored only using the encryption key(provided when backup is created) and biometric authentication.
316

417
## Screenshot
5-
<img width='200' height='433' src='https://user-images.githubusercontent.com/31315800/132082746-fefc553e-b1d8-43ec-8c5f-5c275fe699c3.jpg'> <img width='200' height='433' src='https://user-images.githubusercontent.com/31315800/132082747-5cecfcd9-0998-45b9-8ba0-2fdc51872ada.jpg'> <img width='200' height='433' src='https://user-images.githubusercontent.com/31315800/132082745-168522ad-8cb8-4c73-b6f5-59ae4018cc5e.jpg'>
6-
<img width='200' height='433' src='https://user-images.githubusercontent.com/31315800/132082744-68db69af-5d42-4349-aee0-63e8f4c3a19a.jpg'> <img width='200' height='433' src='https://user-images.githubusercontent.com/31315800/132082740-67e7a238-9352-4a58-a6ca-567455676222.jpg'>
18+
<img width='200' height='433' src='https://user-images.githubusercontent.com/31315800/132082746-fefc553e-b1d8-43ec-8c5f-5c275fe699c3.jpg'> <img width='200' height='433' src='https://user-images.githubusercontent.com/31315800/132082747-5cecfcd9-0998-45b9-8ba0-2fdc51872ada.jpg'> <img width='200' height='433' src='https://user-images.githubusercontent.com/31315800/132082745-168522ad-8cb8-4c73-b6f5-59ae4018cc5e.jpg'> <img width='200' height='433' src='https://user-images.githubusercontent.com/31315800/163075372-855968b1-33f1-4099-8214-60d116a74f15.jpg'>
19+
<img width='200' height='433' src='https://user-images.githubusercontent.com/31315800/132082744-68db69af-5d42-4349-aee0-63e8f4c3a19a.jpg'> <img width='200' height='433' src='https://user-images.githubusercontent.com/31315800/163075363-166ffd5b-f7ff-4274-88d9-ee3a62d11535.jpg'> <img width='200' height='433' src='https://user-images.githubusercontent.com/31315800/163075370-3d862aa7-7b85-4319-803b-0df84b9ce6ad.jpg'>
720

821
## Download APK
9-
[Download from here](https://drive.google.com/file/d/1mKMO-50SgbZj2Z4gnN0Q-yP-4ZUNv87F/view?usp=sharing)
22+
[Download from here](https://rebrand.ly/NOTES-APK)

0 commit comments

Comments
 (0)