🌐 Live Demo: https://akshitmalia.github.io/Note-Maker/
A simple and efficient note-taking web application that allows users to create, store, and manage notes with persistent storage using localStorage.
- ➕ Add new notes
- 🗑️ Delete notes
- 💾 Persistent storage using localStorage
- 🕒 Timestamp for each note
- 🔒 Input sanitization using DOMPurify (prevents XSS attacks)
- ⚡ Instant UI updates
- HTML
- CSS (Bootstrap 5)
- JavaScript (Vanilla JS)
- LocalStorage
- DOMPurify (Security)
---
git clone https://github.com/akshitmalia/Note-Maker.git
cd Note-Maker- Open
index.htmlin your browser
- User enters a note
- Clicks Save Note
- Note is stored in localStorage
- Notes are displayed instantly with timestamp
- User can delete notes anytime
- User input is sanitized using DOMPurify
- Prevents malicious scripts (XSS attacks) from executing
- Data stored only in browser (no backend)
- No edit or search functionality
- No user authentication
- ✏️ Edit notes
- 🔍 Search/filter notes
- 📌 Pin important notes
- 🌙 Dark/Light mode toggle
- ☁️ Backend integration (MongoDB)
Akshit Malia
- 🌐 Live Demo: https://akshitmalia.github.io/Note-Maker/
- 💻 GitHub: https://github.com/akshitmalia
This project is open-source and available under the MIT License.

