A minimalist sticky note app built with React. Users can create, edit, and delete notes that persist across sessions using local storage.
- Add, edit, and delete notes with a single click
- Persistent storage using the browser’s local storage
- Responsive layout with clean, intuitive design
- Built with React functional components and hooks
- React (Hooks)
- JavaScript (ES6)
- HTML5 & CSS3
- Local Storage API
To run the app locally:
git clone https://github.com/CreatedByCC/sticky-note-app.git
cd sticky-note-app
npm install
npm start