A user-friendly note-taking application built with React.js and Tailwind CSS that allows users to create, edit, delete, pin, archive, search, and trash notes. All data is persisted in localStorage.
- 🆕 Create Notes
- 📝 Edit Notes
- 📌 Pin/Unpin Notes
- 📓️ Archive Notes
- 🗑️ Move Notes to Trash
- 🔁 Restore Trashed Notes
- ❌ Permanently Delete Notes
- 🔍 Search by Title/Description
- 🏷️ Filter by Tags
- 📀 Data Persistence using
localStorage
Check out the live deployed version here:
👉 https://notes-app-proj-1.netlify.app/
Notes-App-proj-1/
├── components/
│ ├── Homepage.jsx
│ ├── Trashnotes.jsx
│ └── Archived.jsx
├── App.jsx
├── index.css
└── main.jsx
git clone https://github.com/Subramaniyajothi6/Notes-App-proj-1.git
cd Notes-App-proj-1
npm install
npm run devThis is an open source project built for learning and project demonstration purposes.



