A modern and responsive Notes Management Application built using React and Tailwind CSS. Users can create, manage, and delete notes with a clean and professional UI.
🌐 Live Link: https://simplenotesapps.netlify.app/
- Add notes dynamically
- Delete notes instantly
- Form validation to prevent empty notes
- Responsive modern UI
- Glassmorphism design
- Smooth hover animations
- Hidden scrollbar for cleaner interface
- Real-time note counter
- Mobile and desktop responsive layout
- React.js
- Tailwind CSS
- JavaScript (ES6)
- Vite
- Gradient background layout
- Modern card-based note design
- Interactive buttons and transitions
- Professional responsive interface suitable for portfolios and resumes
src/
├── assets/
├── App.jsx
├── main.jsx
└── index.cssClone the repository:
git clone https://github.com/parampreetchahal/Notes-App
Navigate to project folder:
```bash
cd notes-appInstall dependencies:
npm installRun development server:
npm run dev- Edit notes functionality
- Local storage support
- Dark/Light theme toggle
- Search and filter notes
- Drag and drop notes
- Authentication system
Parampreet Singh