Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saiflotfi/kanban-board
Kanban Board webpage with html , css & js
https://github.com/saiflotfi/kanban-board
Last synced: 10 days ago
JSON representation
Kanban Board webpage with html , css & js
- Host: GitHub
- URL: https://github.com/saiflotfi/kanban-board
- Owner: SaifLotfi
- Created: 2023-05-14T13:16:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-15T12:01:28.000Z (over 1 year ago)
- Last Synced: 2024-11-13T01:33:02.295Z (2 months ago)
- Language: JavaScript
- Homepage: https://saiflotfi.github.io/Kanban-Board/
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kanban-Board
This is a simple Kanban board project that allows you to manage your tasks. It is built using HTML, CSS, and JavaScript, and it uses localStorage to store data locally in the browser.
html&css are generated by AI , Js was written by me.# Features
- Create new tasks
- Move tasks between columns (Not Started, In Progress, and Done)
- Edit and delete tasks
- Tasks are saved in the browser localStorage# Installation
You can simply download the project , or clone the repo , then run index.html file in you browser.# Demo
you can try a live demo for the project from [here](https://saiflotfi.github.io/Kanban-Board/)