WORDYL is a simple Wordle clone, built with React and Tailwind CSS.
Watch it in action here
- 5 letter word, six guesses
- Uses the same word list as the original wordle
- Can play any number of times in a day
- Guess distribution statistics
- App theme based on device theme (can be changed manually too!)
- Responsive design
- React
- Tailwind CSS
- Chart JS (for guess distribution stats)
- Clone this repo
- Run
npm install
andnpm start
- The application opens in
http://localhost:3000/
or any other available port
- Dynamically change number of letters/ guesses
- Share the guesses made (as in original Wordle)
- Use keyboard for typing (in PCs)
- Add animations
Contributions, issues and feature requests are always welcome! Star the repo if you like this project :) This repository is open sourced for learning purposes only.