A simple and responsive Notes Application built using React JS and Tailwind CSS. This app allows users to add and delete notes with a clean and minimal interface.
- Add new notes
- Delete notes
- Fast and responsive UI
- Styled with Tailwind CSS
- Tech Stack: React JS – Frontend library Tailwind CSS – Utility-first CSS framework
- git clone https://github.com/your-username/notes-app.git
- cd notes-app
- npm install
- npm run dev
Notes are managed using React state (useState) Users can add and delete notes dynamically
- Add Local Storage support for persistence
- Edit notes
- Search notes
- Dark mode