-
Notifications
You must be signed in to change notification settings - Fork 3
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
1 parent
399f4f6
commit 5f7d622
Showing
1 changed file
with
37 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,37 @@ | ||
![note_it_app_mockup](https://user-images.githubusercontent.com/83108424/205505348-d7a5ffcc-a402-4e23-8f4d-b6ee3de801a2.png) | ||
|
||
# Note It - A note-taking app | ||
|
||
An app that allows you to take notes and password-protect them with beautiful colors and an easy interface. | ||
|
||
This app is built with Jetpack Compose, Room, Navigation Components, Kotlin Coroutines, and Hilt, following the recommended [Android Architecture Guidelines](https://developer.android.com/topic/architecture). | ||
|
||
The aim of this project is to be open source, so that everyone can directly contribute, add comments, and suggest improvements if they wish. | ||
|
||
Try latest Quotify app Apk from [here]() | ||
|
||
## Features | ||
- Create password-protected notes with a 4-digit passcode | ||
|
||
- Categorize your notes based on different colors | ||
|
||
- Interactive user interface | ||
|
||
- Pin your important notes at the top of the notes list | ||
|
||
- Access your notes even if you don't have an internet connection | ||
|
||
- Search your notes | ||
|
||
## Contributions | ||
|
||
If you've found an error in the project, please file an issue. | ||
|
||
You are welcome to submit patches by forking this project and making a pull request. | ||
For new features, use [discussion]() section. | ||
|
||
## License | ||
|
||
Note It App is distributed under the terms of the MIT License. See the [license]() for more information. | ||
|
||
|