Skip to content

ashutosh2803/task-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Management


Quality Gate Status

SonarCloud


Running the app

To run the deployed app visit : https://ashutosh-task-management.vercel.app/

To run the app locally,

  1. download the repository in your pc locally.
  2. run these commands

    npm install

    npm start

Screenshots

Homepage

Task Management


Adding new Task

Expense Manager


Updating Task

Expense Manager


Done

  • Users can add new tasks to the task board
  • Details include name, description, deadline
  • Users can edit tasks and all details
  • Users can delete tasks
  • Users can move tasks between columns
  • Users can add columns to the task board representing different work states (ie. ToDo, In Progress & Done)
  • Users can drill into tasks to see all details

Pending:

  • Users can sort tasks in each column alphabetically by name
  • Users can attach images to tasks
  • Favorited tasks should be sorted to the top every time

If you liked my work, please give a star!⭐️

Releases

No releases published

Packages

No packages published