This is a simple Note Taking App built using HTML, CSS, and JavaScript. It allows users to create, store, and manage notes effectively.
- Add new notes with a title and description
- View all saved notes
- Delete notes when no longer needed
- Data persists locally using browser local storage
- HTML: For the structure of the app
- CSS: For styling the UI
- JavaScript: For the app's functionality and logic
- Local Storage: To save and retrieve notes on the browser