https://github.com/strd6/qwello
Testing Civet + Qwik
https://github.com/strd6/qwello
Last synced: about 1 year ago
JSON representation
Testing Civet + Qwik
- Host: GitHub
- URL: https://github.com/strd6/qwello
- Owner: STRd6
- Created: 2023-03-13T15:27:08.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-02T22:16:09.000Z (about 3 years ago)
- Last Synced: 2025-04-03T23:44:30.580Z (about 1 year ago)
- Language: TypeScript
- Size: 234 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Qwello
A Trello style list of lists in Qwik.
## Features
- [x] Add/Remove Lists
- [x] Reorder Lists
- [x] Add Item to List
- [x] Reorder Items
- [x] Move item between lists
- [x] Persist to local storage
- [ ] Remove Item
- [ ] Item detail view
## Technical Features
- [ ] Civet + Qwik Integration
- [x] Vite dev mode
- [ ] SSG
- [ ] `.civet` route files
- [x] Drag and Drop in Qwik
- [x] Save/Load from local storage
## Bugs
- [ ] Flicker on drop/reorder lists
## Blog Post Ideas
- [ ] Todo list
- [ ] Add item
- [ ] Remove item
- [ ] Persist and load with localstorage
- [ ] Drag and Drop to reorder
- [ ] styles
- [ ] adjust placeholder
- [ ] update element while dragging (use raf)
- [ ] updating state
- [ ] event listeners (container, document)
- [ ] Advanced Drag and drop
- [ ] Move cards between lists
- [ ] Qwik + Civet
## Qwik Qs
- [ ] `persist` closure rollup error
- [ ] How to get Civet + SSG working