Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
animsh authored Jan 5, 2021
1 parent 1b65084 commit 2474016
Showing 1 changed file with 46 additions and 22 deletions.
68 changes: 46 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
<p align="center">
<img src="/images/NoteHut.png" width="150"/>
<h1 align="center">NoteHut - Notes App</h1>
</p>

<p align="center" style="background-color: #F8A65D;">
<h1 align="center">NoteHut - Notes App</h1>
<p align="center">
<a href="https://opensource.org/licenses/Apache-2.0"><img alt="License" src="https://img.shields.io/badge/License-Apache%202.0-blue.svg"/></a>
<a href="https://android-arsenal.com/api?level=21"><img alt="API" src="https://img.shields.io/badge/API-21%2B-brightgreen.svg?style=flat"/></a>
<a href="https://github.com/animsh"><img alt="Profile" src="https://img.shields.io/static/v1?label=GitHub&message=animsh&color=E53935"/></a>
</p>

Note It can act as your daily companion or your personal assistant which can assist you in your daily note saving activity. Now never let thoughts go away open Note It and note them!
<p align="center">
NoteHut can act as your daily companion or your personal assistant which can assist you in your daily note saving activity. Now never let thoughts go away open Note It and note them!</br>

## Features Integrated
1. Minimalistic UI
Expand All @@ -13,25 +20,42 @@ Note It can act as your daily companion or your personal assistant which can ass
5. Color your notes as you want
6. Share Notes - And many more

## Test it on your device! [Download apk](https://drive.google.com/file/d/1DPkkZX1qtw6JBRnNYc03PGxdEiiIhpvn/view?usp=sharing)

---

<p align="center">
<img src="https://github.com/animsh/NoteHut/blob/main/images/image1.png" alt="screenshot-1" width="1000">
<img src="/images/image1.png"/>
</p>

---

## Found this project useful?

If you found this project useful, then please consider giving it a :star: on Github and sharing it with your friends via social media.

# Project Created & Maintained By
### Sagar More
**Android Developer** #Android Developer

<a href="https://www.instagram.com/__animesh7__/"><img src="https://github.com/aritraroy/social-icons/blob/master/instagram-icon.png?raw=true" width="60"></a>
<a href="https://www.linkedin.com/in/animshmore"><img src="https://github.com/aritraroy/social-icons/blob/master/linkedin-icon.png" width="60"></a>

## © 2020 Sagar. All rights reserved.
## Download
Go to the [Releases](https://github.com/animsh/NoteHut/releases) to download the latest APK.


## Tech stack & Open-source libraries
- Minimum SDK level 21
- [Gson](https://github.com/square/gson/) - A modern JSON library for Kotlin and Java.
- [Glide](https://github.com/bumptech/glide) - loading images.
- [SDP & SSP](https://github.com/intuit/sdp) - An Android SDK that provides a new size unit - sdp (scalable dp). This size unit scales with the screen size.
- [Material-Components](https://github.com/material-components/material-components-android) - Material design components like ripple animation, cardView.
- Custom Views
- [AnimatedCheckBox](https://github.com/animsh/AnimatedCheckBox) - Customizable animated checkbox for android.
- [RoundedImageView](https://github.com/vinc3m1/RoundedImageView) - A fast ImageView that supports rounded corners, ovals, and circles.


## Find this repository useful? :heart:
Support it by joining __[stargazers](https://github.com/animsh/NoteHut/stargazers)__ for this repository. :star: <br>
And __[follow](https://github.com/animsh)__ me for my next creations! 🤩

# License
```xml
Designed and developed by 2021 animsh (Sagar More)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```

0 comments on commit 2474016

Please sign in to comment.