Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mcarr823/react-words

A self-hosted wordle clone written in React
https://github.com/mcarr823/react-words

bootstrap nextjs nodejs reactjs typescript

Last synced: about 1 month ago
JSON representation

A self-hosted wordle clone written in React

Awesome Lists containing this project

README

        

# Words

![example workflow](https://github.com/mcarr823/react-words/actions/workflows/jest.yml/badge.svg)

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](screenshots/Screenshot.png "Title")