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

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

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

![](./img/screen1.png)
![](./img/screen2.png)

## 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!