https://github.com/solodynamo/kanban-board
An attempt to use parcel with react.
https://github.com/solodynamo/kanban-board
Last synced: 3 months ago
JSON representation
An attempt to use parcel with react.
- Host: GitHub
- URL: https://github.com/solodynamo/kanban-board
- Owner: solodynamo
- Created: 2018-03-15T20:18:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-16T04:26:14.000Z (over 8 years ago)
- Last Synced: 2025-12-30T11:43:23.907Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**Kanban board**
A minimal kanban board built using react, parcel and pure JS with no other ext libs.
Features(At present)
- Drag and Drop Tasks
- Edit Task By Clicking ✎
- Save Task After Clicking ✔
- ➕ To Add More Tasks.
- ❌ To Delete Task Or A Track(By default backlog/inProgress/done/testingLog)
Persistence
- Tasks added and deleted from a particular track is persisted.
- Task edit and drag and drop on task is persisted.
1. Clone Repo
2. Install Dependencies
yarn install or npm install
3. Run!
npm run start
Todo:
- Sometimes UI not updates based on action on localstorage but on refresh it gets consistent.
Note:
- Initially no tasks appear by default, do it by clicking ➕