A modern, responsive note-taking app built with React, Tailwind CSS, and Vite. Users can create, delete, and archive notes with a clean interface and support for dark mode.
https://react-note-app-silk.vercel.app/
- ✅ Create and manage notes
- ✅ Dark mode support with Tailwind CSS
- ✅ Responsive and minimal UI
- ✅ Stores notes in browser localStorage
- ✅ Built with React + Vite for fast development
- React — Frontend framework
- Tailwind CSS — Utility-first CSS framework
- Vite — Fast build tool
- LocalStorage — For persistent note storage
Clone the repository and install dependencies:
git clone https://github.com/abdulalisadaqat/react-note-app.git
cd react-note-app
npm install