Description:
A simple notes-taking web application that allows users to create, save, and delete notes with persistent local storage.
Features:
Add and delete notes
Data stored using browser localStorage
Responsive UI
Technologies Used:
React.js
JavaScript
Local Storage
How It Works:
Notes are stored in the browser’s local storage, ensuring data persistence even after page refresh.
Live Demo: https://notes-app-lyart-tau.vercel.app/