An open API service indexing awesome lists of open source software.

https://github.com/ritwik880/notes-maker

This is a Google Keep inspired, Notes keeping app. The best part? All the notes you save are kept locally on your computer!
https://github.com/ritwik880/notes-maker

bootstrap css3 heroku html5 javascript

Last synced: about 2 months ago
JSON representation

This is a Google Keep inspired, Notes keeping app. The best part? All the notes you save are kept locally on your computer!

Awesome Lists containing this project

README

          

# NOTES KEEPER

This is a Google Keep inspired, Notes keeping app. The best part? All the notes you save are kept locally on your computer! using your browser's LocalStorage.

So, no more worrying about giving access to your secrets to 3rd-party companies.

Built with Javascript and Html with ❤️

#### View Live Demo

magic-web-notes.herokuapp.com

## Setup

##### Clone the repository
```bash
git clone https://github.com/Ritwik880/Notes-Maker.git
```
##### Move to the desired folder
```bash
cd \Notes-Maker
```

##### To run the app, simply write
```
http://127.0.0.1:5500/index.html
```