📅 _Built with ❤️ 👨💻 Developer: Nevin Bali
Notify is your personal cloud-powered note management system — minimal in design, maximum in function. Built with the MERN stack and sprinkled with Tailwind magic ✨, it makes organizing your thoughts a breeze!
https://notify-self-two.vercel.app/
- Frontend: React + Tailwind CSS = Lightning-fast UI ⚡
- Backend: Node.js with Express.js – API game strong 💪
- Database: MongoDB + Mongoose – organized chaos tamed 🔍
- Authentication: JWT-based login/logout flow 🔐
- State Handling: Smart use of hooks and clean component structure 🧼
- ✏️ CRUD Everything – Add, edit, delete your notes like a boss
- 📍 Pin Notes – Highlight your key thoughts with pinning
- 🏷️ Tags & Filters – Organize better with tag-based sorting
- 🔎 Search on the Fly – Find your notes faster than Ctrl+F
- 📅 Date-Based View – Keep track of when you wrote what
# Clone the repository
git clone https://github.com/your-username/notify.git
# Navigate to project root
cd notify
# Install dependencies
npm install && cd client && npm install
# Run backend and frontend together
npm run dev