LocalNotes is a minimalistic web application for taking notes directly in your browser. It allows you to create, edit, and delete notes, all stored locally on your device using browser storage capabilities.
- Create new notes with a title and content.
- Edit existing notes.
- Delete notes.
- Notes are stored locally in the browser's storage (localStorage).
- HTML
- CSS
- JavaScript
-
Clone the repository:
git clone https://github.com/Abhrankan-Chakrabarti/local-notes.git
-
Open
index.html
in your web browser. -
Start taking notes!
This project is licensed under the MIT License. See the LICENSE file for details.
- This project was created as a simple exercise in using HTML, CSS, and JavaScript for local data storage.
- Abhrankan Chakrabarti
- GitHub: Abhrankan-Chakrabarti
- Email: abhrankan@gmail.com