https://github.com/gregonnet/kanban-board
https://github.com/gregonnet/kanban-board
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gregonnet/kanban-board
- Owner: GregOnNet
- Created: 2022-06-30T20:38:35.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-10T10:04:36.000Z (almost 4 years ago)
- Last Synced: 2025-03-17T03:43:08.000Z (about 1 year ago)
- Language: TypeScript
- Size: 399 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).