Kanban board task management application with pure JavaScript. This application is using reusable custom html elements.
- 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
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.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.