A simple and responsive Notes Application built with HTML, CSS, and JavaScript.
This app allows users to create, update, and delete notes, with data stored locally in the browser using localStorage.
- Add new notes
- Edit existing notes
- Delete notes
- Persistent storage using browser
localStorage - Automatic date tracking for each note
- Responsive design
- HTML5
- CSS3
- JavaScript
- Browser Local Storage API
- Notes are stored in the browser using
localStorage. - When the page loads, saved notes are retrieved and displayed.
- Any update (add, edit, delete) automatically refreshes the UI and updates storage.
https://temmydee-dev.github.io/Note-App/
This project was built to strengthen understanding of:
- DOM Manipulation
- Event Handling
- CRUD Operations
- Local Storage
- Dynamic UI Rendering
- Clone the repository
- Open the
index.htmlfile in your browser - Start adding notes