https://github.com/msarmadqadeer/notes-keeper
It can store notes for you in your browser's local storage. This project is a playground to work with the browser's local storage
https://github.com/msarmadqadeer/notes-keeper
browser-localstorage css dom-manipulation html js notes-keeper
Last synced: 2 months ago
JSON representation
It can store notes for you in your browser's local storage. This project is a playground to work with the browser's local storage
- Host: GitHub
- URL: https://github.com/msarmadqadeer/notes-keeper
- Owner: MSarmadQadeer
- Created: 2022-01-22T16:54:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-22T17:45:57.000Z (over 4 years ago)
- Last Synced: 2025-01-19T14:28:25.820Z (over 1 year ago)
- Topics: browser-localstorage, css, dom-manipulation, html, js, notes-keeper
- Language: CSS
- Homepage: https://msarmadqadeer.github.io/notes-keeper/
- Size: 123 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📒 notes-keeper
This project is a notes keeper page where you write and save your notes, pieces of advice, grocery items, or in short whatever you want. Your notes will store in your browse's local storage so nobody else on the internet can access your notes.
### technologies
Its created in HTML, CSS, and JS. Its created with the concept of DOM manipulation in JS. It stores your data in your browser's local storage.
## screens


## site link
By [Clicking Me](https://msarmadqadeer.github.io/notes-keeper/) you'll see the live version of this project. If you like the project, star ⭐ the repo!