Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
aaaand, we are live, boyz!
  • Loading branch information
wpalani committed Dec 28, 2022
1 parent 83f13cc commit 84f8ff9
Show file tree
Hide file tree
Showing 50 changed files with 31,247 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules/
build/
.DS_Store
39 changes: 39 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@

![Logo](https://noteski.me/assets/images/noteski-static-logo.png)


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

Loading

0 comments on commit 84f8ff9

Please sign in to comment.