A simple and fast notes application built using React.js and Vite, which stores all notes locally using the browser's LocalStorage.
- React.js
- Vite
- CSS (or your styling)
- LocalStorage API (no backend)
git clone https://github.com/Ankitjordan/NotesApp-lc.git
cd NotesApp-lc
npm install
npm run dev