A full-stack Notes Application built with the MERN stack.
- React.js
- Redux Toolkit
- Node.js
- Express.js
- MongoDB
- Tailwind CSS
- Razorpay (Premium features)
- User authentication (JWT)
- Create, edit, delete notes
- Archive notes
- Pin notes
- Responsive UI
- Razorpay premium membership
notes_app-CRUD- │ ├── frontend (React + Tailwind) └── backend (Node + Express + MongoDB)
cd backend npm install npm run dev
cd frontend npm install npm run dev