An open API service indexing awesome lists of open source software.

https://github.com/strd6/qwello

Testing Civet + Qwik
https://github.com/strd6/qwello

Last synced: about 1 year ago
JSON representation

Testing Civet + Qwik

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