Skip to content

Juules32/word-guessr

Repository files navigation

word-guessr 🔠

This is the GitHub page for WordGuessr, a word guessing game in the 'dle' genre, meaning you get a new puzzle every day!

How to run locally

  • Install python 😇
  • Install dependencies: pip install -r requirements.txt
  • Run the webserver: uvicorn main:app --reload --port 80

Web Stack

Frontend: htmx & jinja & tailwind Backend: FastAPI & redis