Skip to content

Commit 2474016

Browse files
authored
Update README.md
1 parent 1b65084 commit 2474016

1 file changed

Lines changed: 46 additions & 22 deletions

File tree

README.md

Lines changed: 46 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
1+
<p align="center">
2+
<img src="/images/NoteHut.png" width="150"/>
3+
<h1 align="center">NoteHut - Notes App</h1>
4+
</p>
15

2-
<p align="center" style="background-color: #F8A65D;">
3-
<h1 align="center">NoteHut - Notes App</h1>
6+
<p align="center">
7+
<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>
8+
<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>
9+
<a href="https://github.com/animsh"><img alt="Profile" src="https://img.shields.io/static/v1?label=GitHub&message=animsh&color=E53935"/></a>
410
</p>
511

6-
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!
12+
<p align="center">
13+
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>
714

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

16-
## Test it on your device! [Download apk](https://drive.google.com/file/d/1DPkkZX1qtw6JBRnNYc03PGxdEiiIhpvn/view?usp=sharing)
17-
18-
---
19-
2023
<p align="center">
21-
<img src="https://github.com/animsh/NoteHut/blob/main/images/image1.png" alt="screenshot-1" width="1000">
24+
<img src="/images/image1.png"/>
2225
</p>
2326

24-
---
25-
26-
## Found this project useful?
27-
28-
If you found this project useful, then please consider giving it a :star: on Github and sharing it with your friends via social media.
29-
30-
# Project Created & Maintained By
31-
### Sagar More
32-
**Android Developer** #Android Developer
33-
34-
<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>
35-
<a href="https://www.linkedin.com/in/animshmore"><img src="https://github.com/aritraroy/social-icons/blob/master/linkedin-icon.png" width="60"></a>
36-
37-
## © 2020 Sagar. All rights reserved.
27+
## Download
28+
Go to the [Releases](https://github.com/animsh/NoteHut/releases) to download the latest APK.
29+
30+
31+
## Tech stack & Open-source libraries
32+
- Minimum SDK level 21
33+
- [Gson](https://github.com/square/gson/) - A modern JSON library for Kotlin and Java.
34+
- [Glide](https://github.com/bumptech/glide) - loading images.
35+
- [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.
36+
- [Material-Components](https://github.com/material-components/material-components-android) - Material design components like ripple animation, cardView.
37+
- Custom Views
38+
- [AnimatedCheckBox](https://github.com/animsh/AnimatedCheckBox) - Customizable animated checkbox for android.
39+
- [RoundedImageView](https://github.com/vinc3m1/RoundedImageView) - A fast ImageView that supports rounded corners, ovals, and circles.
40+
41+
42+
## Find this repository useful? :heart:
43+
Support it by joining __[stargazers](https://github.com/animsh/NoteHut/stargazers)__ for this repository. :star: <br>
44+
And __[follow](https://github.com/animsh)__ me for my next creations! 🤩
45+
46+
# License
47+
```xml
48+
Designed and developed by 2021 animsh (Sagar More)
49+
50+
Licensed under the Apache License, Version 2.0 (the "License");
51+
you may not use this file except in compliance with the License.
52+
You may obtain a copy of the License at
53+
54+
http://www.apache.org/licenses/LICENSE-2.0
55+
56+
Unless required by applicable law or agreed to in writing, software
57+
distributed under the License is distributed on an "AS IS" BASIS,
58+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
59+
See the License for the specific language governing permissions and
60+
limitations under the License.
61+
```

0 commit comments

Comments
 (0)