Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mcarr823/react-words
- Owner: mcarr823
- License: gpl-3.0
- Created: 2024-06-28T09:46:06.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-08T09:00:04.000Z (5 months ago)
- Last Synced: 2024-10-03T12:18:04.154Z (3 months ago)
- Topics: bootstrap, nextjs, nodejs, reactjs, typescript
- Language: TypeScript
- Homepage:
- Size: 467 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 codingTo 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")