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!
- Host: GitHub
- URL: https://github.com/ritwik880/notes-maker
- Owner: Ritwik880
- License: mit
- Created: 2021-06-06T14:54:40.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-10T06:43:22.000Z (almost 5 years ago)
- Last Synced: 2025-01-19T06:23:52.838Z (over 1 year ago)
- Topics: bootstrap, css3, heroku, html5, javascript
- Language: HTML
- Homepage: https://magic-web-notes.herokuapp.com
- Size: 254 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```