Skip to content

Venkat-3010/Project-manage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Live App : Link

Features

  • Users can register and login. Only authenticated users can create tasks.
  • Create tasks with properties like title, priority, and optional due date.
  • Assign tasks to team members.
  • Update name or password.
  • View analytics for all tasks created on the platform.
  • Move tasks between states (backlog, todo, in-progress, done).
  • Overdue tasks show due date in red.
  • Filter tasks by today, this week (default), and this month.
  • Share tasks publicly with read-only access.

Screenshots

authorization

dashboard

analytics

settings

create tasks

Image 1 Image 2 Image 3

Task with read only access

Commands used to start the app:-

Frontend : npm run dev (works on 5173 port)
Backend : npm start (works on 5000 port)