mithatercan / developer-kanban-board

Vanilla JavaScript Kanban board with resuable components for developers.

Home Page:https://kanban-vanilla.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kanban Board

Live demo

Kanban board task management application with pure JavaScript. This application is using reusable custom html elements.

Features

  • Add new task to board
  • Save tasks in local storage
  • Edit the task as an input
  • Remove the task from board
  • Show toast message when task is added
  • Align the tasks

Instalation

If you want to run this application on your local machine then follow the guide below.

First clone this reposityory then choose the folder and install the dependencies.

 cd kanban-board

 npm install

Run the application on htpp-server with the command down below

npm start

Application will run at 8080 port.

Contribution

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

Vanilla JavaScript Kanban board with resuable components for developers.

https://kanban-vanilla.netlify.app/

License:MIT License


Languages

Language:JavaScript 65.1%Language:CSS 31.4%Language:HTML 3.4%