Skip to content

Latest commit

 

History

History
64 lines (48 loc) · 959 Bytes

File metadata and controls

64 lines (48 loc) · 959 Bytes

TaskFlow Pro

A Full Stack Project Management Tool built using the MERN Stack.

Features

  • User Authentication (JWT)
  • Create Projects
  • Add Team Members
  • Create and Assign Tasks
  • Update Task Status
  • Task Comments
  • MongoDB Database Integration
  • React Frontend Dashboard

Tech Stack

Frontend

  • React.js
  • Axios
  • Vite

Backend

  • Node.js
  • Express.js
  • MongoDB
  • Mongoose
  • JWT Authentication

Project Structure

TaskFlowPro
│
├── backend
│   ├── config
│   ├── controllers
│   ├── middleware
│   ├── models
│   ├── routes
│   └── server.js
│
└── frontend
    ├── src
    └── App.jsx

Project Screenshots

Dashboard

Dashboard

Projects API

Projects API

Tasks API

Tasks API

Author

Shamithri Gowravarapu

CodeAlpha Internship Project