A full-stack MERN (MongoDB, Express, React, Node.js) application to manage tasks efficiently with a clean and interactive interface.
- User Authentication β Signup/Login functionality.
- Task Management β Create, update, delete tasks.
- Task Completion β Mark tasks as completed.
- Responsive UI β React-based interface for smooth user experience.
- REST API β Built with Node.js + Express.
- Database Integration β MongoDB for data storage.
- Clone the repository:
git clone https://github.com/aryanvats2010/wenapp.git cd wenapp - Install dependencies:
cd server && npm install cd ../client && npm install
- Run the backend:
cd server npm run dev - Run the frontend:
cd client npm start