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/
Every task has a title
, a description
, and a due date
.
Is it possible also to set a task pinned
, done
, or delete it.
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.
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.
Run app
yarn dev
Run test
yarn test
Make a build
yarn build
Run build
yarn start
test DB_PASSWORD=12334