Notepad Local Storage is a simple web-based application that allows users to write, save, and manage notes directly in their browser using the browser's local storage. This means your notes are stored locally on your device and will persist even if the page is refreshed or closed.
- Create, edit, and delete notes
- Save notes directly to the browser's local storage
- No need for an internet connection (offline support)
- User-friendly interface for managing multiple notes
You can see a live demo of the project [https://jidandev.github.io/NotePad/]
Follow these steps to set up and run the project locally:
- Clone the repository
git clone https://github.com/your-username/notepad-local-storage.git