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

https://github.com/gregonnet/kanban-board


https://github.com/gregonnet/kanban-board

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

## Qwik Kanban

A playground to get familiar with Qwik.

```bash
# Install Dependencies
npm install

# Start API
npm run api:start

# Start App
npm run app:start
```

## Wishes

- More ergonomics working with forms.
- Guide how to refetch data (Optimistic vs. Pessimistic UI).