Skip to content

Jepennn/MERN-todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MERN Todo List Application

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.


Tech Stack

Frontend

  • React + Vite
  • CSS for styling
  • Hosted on Vercel

Backend

  • Node.js + Express
  • MongoDB with Mongoose
  • JWT Authentication
  • Hosted on Render

Features

  • User Authentication: Sign-up, login, and logout with secure JWT tokens.
  • Task Management:
    • Create new tasks.
    • Update tasks (title, status, etc.).
    • Delete tasks.