A minimal, responsive notes app built with React and Tailwind CSS. Supports dark/light mode, full CRUD, and persistent storage via localStorage.
🔗 Live Demo → https://notes-app-black-alpha.vercel.app/
| Layer | Technology |
|---|---|
| UI | React 19 |
| Styling | Tailwind CSS v4 |
| Build Tool | Vite |
| Storage | localStorage |
- Create, edit, and delete notes
- Dark / Light mode toggle
- Auto date tracking per note
- Persistent storage — notes survive page refresh
- Fully responsive across mobile and desktop
src/
├── components/
│ ├── Header.jsx
│ ├── NoteForm.jsx
│ ├── NoteList.jsx
│ └── NoteCard.jsx
├── App.jsx
└── main.jsx
git clone https://github.com/Ishant8287/Notes-App.git
cd Notes-App
npm install
npm run devMIT

