https://github.com/alexpovel/derdiedas
A simple, online guessing game for German articles, using chiefly simple and boring web technology™
https://github.com/alexpovel/derdiedas
css-grid fastapi htmx htmx-app material-theme no-javascript svg-animations uvicorn
Last synced: 5 months ago
JSON representation
A simple, online guessing game for German articles, using chiefly simple and boring web technology™
- Host: GitHub
- URL: https://github.com/alexpovel/derdiedas
- Owner: alexpovel
- License: mit
- Created: 2022-12-10T16:07:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-26T12:55:15.000Z (about 1 year ago)
- Last Synced: 2025-10-11T19:14:45.648Z (8 months ago)
- Topics: css-grid, fastapi, htmx, htmx-app, material-theme, no-javascript, svg-animations, uvicorn
- Language: CSS
- Homepage: https://derdiedas.povel.dev
- Size: 840 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# derdiedas
A plain and simple, yet interactive and sleek website built with modern, yet [boring technology](https://mcfunley.com/choose-boring-technology):
- [htmx](https://htmx.org/)
- [CSS grid layouting](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout)
- [starlette](https://www.starlette.io/), served by [uvicorn](https://www.uvicorn.org/)
- [SVG animations](https://developer.mozilla.org/en-US/docs/Web/SVG/Element/animate)
- theming roughly inspired by [Material Theme](https://material-theme.com/)
- almost no direct JavaScript
- some [GNU make](https://www.gnu.org/software/make/)
All this coming in at around 250 lines total.
## Setup
1. Install:
1. Python
2. [uv](https://docs.astral.sh/uv/)
2. Run `make serverup`