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