Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AryaveerSR authored Dec 8, 2023
1 parent 3be628e commit 0c64869
Showing 1 changed file with 37 additions and 12 deletions.
49 changes: 37 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
![Logo](./assets/logo.png)
<div style="text-align: center;" align="center">

## Hypaper
<img src="./assets/logo.png" width="180" height="180">

A Simple Note Taking App. Made using Flutter and a lot of free time.
# `Hypaper`

### Download
## A Note-taking app written in Flutter.

[![MIT](https://img.shields.io/crates/l/bitvec.svg?style=for-the-badge)](LICENSE)

</div>

## About

A simple note-taking app made with flutter. This was made as an exercise and to learn flutter. The code is (probably) not up to standards and the app doesn't have any eye-catching functionality either.

## License

This project is licensed under the [MIT License](https://opensource.org/licenses/MIT).

### Downloads

[Android Universal](./assets/app-universal.apk)

Expand All @@ -13,12 +27,23 @@ A Simple Note Taking App. Made using Flutter and a lot of free time.
[Android x86-64](./assets/app-86.apk)

### Screenshots
![Screenshot_1660048281](https://user-images.githubusercontent.com/51504825/183649816-726592ab-535d-4bd3-8384-3d58cdd34c3d.png)
![Screenshot_1660048284](https://user-images.githubusercontent.com/51504825/183649823-6dea4e6d-028b-488c-82ce-c9efa1a2ab01.png)
![Screenshot_1660048317](https://user-images.githubusercontent.com/51504825/183649826-e61897fb-2c2a-4077-bc2a-aa883ab97ea0.png)
![Screenshot_1660048319](https://user-images.githubusercontent.com/51504825/183649827-0cdf5c3b-e393-4c62-81e8-dd4a4380cbba.png)
![Screenshot_1660048322](https://user-images.githubusercontent.com/51504825/183649834-a240e125-c65c-4aa0-8347-59d5c29042c3.png)
![Screenshot_1660048325](https://user-images.githubusercontent.com/51504825/183649853-76c6b7f7-742e-4256-b7f7-34378460b112.png)
![Screenshot_1660048341](https://user-images.githubusercontent.com/51504825/183649854-2d7b19b5-0d25-45e9-9a76-89ca8a2b9ea0.png)
![Screenshot_1660048343](https://user-images.githubusercontent.com/51504825/183649860-8ebf1925-29f3-4672-be31-c86c83b00d70.png)
- Home

![Screenshot_1660048281](https://user-images.githubusercontent.com/51504825/183649816-726592ab-535d-4bd3-8384-3d58cdd34c3d.png)
![Screenshot_1660048284](https://user-images.githubusercontent.com/51504825/183649823-6dea4e6d-028b-488c-82ce-c9efa1a2ab01.png)

- View

![Screenshot_1660048317](https://user-images.githubusercontent.com/51504825/183649826-e61897fb-2c2a-4077-bc2a-aa883ab97ea0.png)
![Screenshot_1660048319](https://user-images.githubusercontent.com/51504825/183649827-0cdf5c3b-e393-4c62-81e8-dd4a4380cbba.png)

- Edit

![Screenshot_1660048322](https://user-images.githubusercontent.com/51504825/183649834-a240e125-c65c-4aa0-8347-59d5c29042c3.png)
![Screenshot_1660048325](https://user-images.githubusercontent.com/51504825/183649853-76c6b7f7-742e-4256-b7f7-34378460b112.png)

- New

![Screenshot_1660048341](https://user-images.githubusercontent.com/51504825/183649854-2d7b19b5-0d25-45e9-9a76-89ca8a2b9ea0.png)
![Screenshot_1660048343](https://user-images.githubusercontent.com/51504825/183649860-8ebf1925-29f3-4672-be31-c86c83b00d70.png)

0 comments on commit 0c64869

Please sign in to comment.