A local kanban board for personal projects! Fusen means 'sticky note' for non-weebs out there. At least that's what google translate tells me, and that's never steered anyone wrong before!
Currently still in progress, but it has most other features you would expect:
- A board
- No, MANY boards
- Deleteable and selectable
- Columns
- Addable and Deleteable
- Renameable
- Repositionable
- very pretty
- Tasks in those columns
- You can drag tasks between those columns (if you want)
- You can even delete tasks
- Reordering tasks in and between columns
- A reasonably fancy stylesheet
- Stores tasks locally using localstorage
- Using
pnpmfor package management - Using
parcelfor builds - Using
preactfor views - Using only
preacthooks for state management withuseContextanduseReducer- Probably a bad idea, but I wanted to try it
- So far hasn't been too bad. Still easier to manage than Angular, but that's a pretty low bar
- Using lists in the README for brevity
Clone the repository, then run:
$ cd bboard
$ pnpm i
$ pnpm run startYou should be able to access the board by going to localhost:1234
To test just run:
pnpm run test- Tags for tasks
Actually being able to save data to local storage- maybe a database
- Images?
- At least a couple changeable styles
- Local Storage is tiny by default so no images unless I create a hostable version or something