-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
aaaand, we are live, boyz!
- Loading branch information
Showing
50 changed files
with
31,247 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,3 @@ | ||
node_modules/ | ||
build/ | ||
.DS_Store |
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,39 @@ | ||
|
||
 | ||
|
||
|
||
# Noteski App | ||
|
||
Noteski is a ReactJS application that allows you to take and store notes directly in your web browser using the local storage API. | ||
## Features | ||
|
||
- Store notes on your browser. | ||
- Distraction-free editor. | ||
- Notes color customization | ||
- Data privacy. | ||
|
||
|
||
## Demo | ||
|
||
- Website: https://noteski.me/ | ||
- App Demo: https://app.noteski.me/ | ||
|
||
|
||
|
||
## Installation | ||
|
||
Clone this repo then: | ||
|
||
```bash | ||
npm install | ||
``` | ||
|
||
## Tech Stack | ||
|
||
React JS, Create React App, React Notifications. | ||
|
||
|
||
## License | ||
|
||
[MIT](https://choosealicense.com/licenses/mit/) | ||
|
Oops, something went wrong.