Skip to content

peppescg/task-mgmt-dashboard

Repository files navigation

Task management dashboard

App to create tasks in a clear dashboard. The app is organized into two routes, home, and edit. On the home page, you can see your tasks, and create a new one.

App available in vercel https://task-mgmt-dashboard.vercel.app/

Create task

Every task has a title, a description, and a due date. Is it possible also to set a task pinned, done, or delete it.

Kapture 2023-10-23 at 19 09 09

Filter task

The filter toolbar works filtering by title, done, todo, pinned task, and sort it. All the filters are synced into the URL, so if the page is refreshed, the filters will be applied to the app.

Kapture 2023-10-23 at 19 14 19

Edit task

Click on a task you arrive at the Edit page, where you can edit title, description, or due date and set the status of your task, or delete the task.

Kapture 2023-10-23 at 19 15 43

How to use

Run app

yarn dev 

Run test

yarn test

Make a build

yarn build

Run build

yarn start

test DB_PASSWORD=12334