Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/derkoe/qwik-todos
Simple Todo App in Qwik
https://github.com/derkoe/qwik-todos
azure azure-static-web-apps cloudflare cloudflare-pages javascript qwik todoapp
Last synced: about 1 month ago
JSON representation
Simple Todo App in Qwik
- Host: GitHub
- URL: https://github.com/derkoe/qwik-todos
- Owner: derkoe
- License: mit
- Created: 2023-03-05T10:34:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T18:28:57.000Z (4 months ago)
- Last Synced: 2024-10-29T18:32:32.659Z (4 months ago)
- Topics: azure, azure-static-web-apps, cloudflare, cloudflare-pages, javascript, qwik, todoapp
- Language: TypeScript
- Homepage:
- Size: 430 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Todo App in Qwik
This is a demo application showing the use of [Qwik](https://htmx.org/) in a simple todo app.
There are three backends available:
- a mocked backend for local development
- Azure Tables backend
- Cloudflare D1 (SQLite) backendThe app is deployed to Azure and Cloudflare:
- Azure Static Web Apps with Azure Tables: https://qwik-todos-azure.the-edge.xyz/
- Cloudflare Pages with Cloudflare D1: https://qwik-todos-cloudflare.the-edge.xyz/There are also different versions for comparison:
- [Remix](https://remix.run/): https://github.com/derkoe/remix-todos
- [htmx](https://htmx.org/) with [Quarkus](https://quarkus.dev) backend: https://github.com/derkoe/quarkus-hotwire-todos
- [Hotwire](https://hotwire.dev/) with [Quarkus](https://quarkus.dev) backend: https://github.com/derkoe/quarkus-hotwire-todos