rohald89 / kanban

Home Page:kanban-smoky.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kanban task management web app solution

This is a solution to the Kanban task management web app challenge on Frontend Mentor.

Table of contents

Overview

The challenge

Users are 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
  • Allow users to drag and drop tasks to change their status and re-order them in a column
  • All changes are being stored in local storage

Screenshot

Links

My process

Built with

Continued development

This project is a work in progress, expect these additions soon:

  • Convert the project to a FullStack application so the user is able to create an account and have access to their boards on different devices
  • Change the order of existing columns
  • Refactoring the project
  • and more...

About

kanban-smoky.vercel.app


Languages

Language:JavaScript 98.0%Language:CSS 2.0%