A simple Task Management System built with the MERN Stack to create, update, delete, and track tasks efficiently.
- Add, edit, delete, and mark tasks as complete.
- Clean and user-friendly interface.
- Real-time task updates.
- Frontend: React.js, Tailwind CSS
- Backend: Node.js, Express.js
- Database: MongoDB
- Clone the repository:
git clone https://github.com/your-username/tms.git cd tms - Install dependencies:
npm install cd client && npm install
- Run the project:
npm run dev
Prabhanshu Rawat