File size: 635 Bytes
408dd93 d99ea12 408dd93 d99ea12 408dd93 d99ea12 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
---
title: Wordle
emoji: 🐢
colorFrom: purple
colorTo: blue
sdk: docker
pinned: false
license: apache-2.0
app_port: 5001
---
# Wordle
I created a Wordle clone using [FastHTML](https://fastht.ml/) and Tailwind CSS.
You can play it live here: https://phihung-wordle.hf.space
Check out my [Github](https://github.com/phihung/wordle) repository
## Run
```bash
uv sync
python src/wordle/ui.py
```
To run the project using Docker:
```bash
docker build -t wordle .
docker run --rm -p 5001:5001 -it wordle
```
## Credits
Some of the Tailwind CSS code is inspired by: [MahmoudFettal/wordle](https://github.com/MahmoudFettal/wordle)
|