mcarr823 / react-words

A self-hosted wordle clone written in React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Words

example workflow

Self-hosted Wordle clone

This program is a work-in-progress. It is functional, but there's more work needed.

Done:

  • The game itself
  • Guessed word rotation
  • Random word picking
  • Color coding of guesses
  • JSON word databases
  • Keyboard color coding

To do:

  • Other database formats (written, but not implemented)
  • Other settings
  • Hiding of keyboard on mobile devices
  • Setup via environment variables instead of config
  • Docker container
  • Ability to add new words to database
  • Animations

alt text

About

A self-hosted wordle clone written in React

License:GNU General Public License v3.0


Languages

Language:TypeScript 99.8%Language:JavaScript 0.2%