A minimal and elegant web app to create and manage quick personal notes β built with React and vanilla CSS.
- π§ Create notes with a title and description
- πΎ Stored in your browser's localStorage
- π§Ή Clean, distraction-free interface
- ποΈ Delete notes anytime
- β‘ Instant, fast, and responsive
- βοΈ React
- π¨ Plain CSS (No frameworks!)
- π LocalStorage for persistence
git clone https://github.com/krishnapschauhan/quicknote.git
cd quicknote
npm install
npm start