Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
shivam-gupta007 committed Dec 5, 2022
2 parents bb9fcf7 + 040f07d commit ce5ebea
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 0 deletions.
21 changes: 21 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2022 Shivam Gupta

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
41 changes: 41 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
![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 Note It app Apk from [here](https://github.com/shivam-gupta007/Note-It/releases/tag/v1.0.0)

## 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

## Demo

https://user-images.githubusercontent.com/83108424/205564228-118dda0c-ddf7-4a1a-a852-a62b16493ea5.mp4

## 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.


0 comments on commit ce5ebea

Please sign in to comment.