A fullstack MERN (MongoDB, Express, React, Node.js) application for managing tasks with user authentication using JWT and secure cookies.
This project allows users to create, update, and delete tasks after logging in securely.
- React + Vite
- CSS for styling
- Hosted on Vercel
- Node.js + Express
- MongoDB with Mongoose
- JWT Authentication
- Hosted on Render
- User Authentication: Sign-up, login, and logout with secure JWT tokens.
- Task Management:
- Create new tasks.
- Update tasks (title, status, etc.).
- Delete tasks.