A React-based note management application that lets users create, organize, and persist notes in their browser. Deployed on Netlify.
- Create and delete notes with titles & content
- Persistent storage using browser LocalStorage
- Responsive grid layout for note organization
- Clean and intuitive user interface
- Instant search through notes
- Mobile-friendly design
- Frontend: React.js
- State Management: React Hooks (useState, useEffect)
- Styling: CSS3 (Flexbox/Grid)
- Persistence: Browser LocalStorage
- Build Tool: Create-React-App
- Deployment: Netlify