Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kanban web app

Kanban is a tool that will allow you to organize the tasks that need to be completed. Usually, a Kanban tool is used in teams where everyone will be able to see which task is assigned to who.

Generally, a Kanban tool will consist of buckets. These buckets will store tasks which are known as cards. The cards will contain the task title and description. These cards can be moved around from bucket to bucket to show the status of each task.

The buckets will be called To Do, In Progress and Completed. In this project, we will be downloading dependencies from Node Package Manager (NPM) that will allow us to drag and drop components within our application. To have an idea of what you'll be building, watch the video here: https://youtu.be/8ml8MjSmK1k

Pre-requisites

You need to have node installed to use this project

Project setup

Clone this repository Install the dependencies required to run the project using this command: npm install Run the project on localhost using : npm start or npm run start

About

A tool that will allow you to organise the tasks that need to be completed.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages