Krymancer / kanban-task-management

Home Page:https://kanban-task-management-eight-beta.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kanban task management web app solution

Click here to see live site

Overview

Users should be able to:

  • View the optimal layout for the app depending on their device's screen size
  • See hover states for all interactive elements on the page
  • Create, read, update, and delete boards and tasks
  • Receive form validations when trying to create/edit boards and tasks
  • Mark subtasks as complete and move tasks between columns
  • Hide/show the board sidebar
  • Toggle the theme between light/dark modes
  • (WIP) Bonus: Allow users to drag and drop tasks to change their status and re-order them in a column
  • (WIP) Bonus: Keep track of any changes, even after refreshing the browser (localStorage could be used for this if you're not building out a full-stack app)
  • (WIP) Bonus: Build this project as a full-stack application

Screenshots

Home Screen

Task Overview

Add Task Modal

My process

Built with

  • NextJS
  • Shadcn-ui
  • Zustand
  • @hello-pangea/dnd

About

https://kanban-task-management-eight-beta.vercel.app


Languages

Language:TypeScript 99.7%Language:JavaScript 0.2%Language:CSS 0.1%