A simple clone of the popular wordle game!
- create-react-app as a base!
- Lucide for the icons!
- react-confetti-boom for the confetti 😁
Every day at 12 AM (00:00) UCT a github action is run to pick a new word from the wordlist!
This approach has a downside: you can easily look at the wordlist and today's solution. But this makes it possible to run this on a simple static file host. (except for the action)
- Clone the repo
- Run
npm install - Run
npm run start
GNU General Public License v3.0
