The project was a part of ReactPlay.io's #2PlaysAMonth Hack-a-thon event! February 2023 I won the hack-a-thon with my 2 submissions, Cricket game & Wordle game! Result announcement Here!
🤔 Wordle is a 5-letter word guessing puzzle with limited attempts to test your rich vocabulary and guessing skills!
- Guess the 5 letter word within 6 Attempts!
- Don't know to solve the puzzle? Take the help of your friends by sharing the current puzzle using Share feature
- All time statistics
- Unlimited plays
- Current streak! Keep up your streak by playing at least 1 wordle game every day
- Highest daily streak
- See detailed distribution graph on how many matches you won using X attempts, including the ones you could not guess
Project was created with TypeScript, TailwindCSS and React
If you recognize the popular Wordle game from 2022, which went viral during pandemic times, became the most searched word in 2022 and got later acquired by NYTimes, this is inspired by that.
My aim was to build a better version of Wordle, with enhanced features and unlimited play chances.
I decided to build another wordle for learning purposes and give myself a challenge to make this puzzle with React. It definitely felt like an impossible task at the first day but eventually I figured everything out and made it. I also took no help from the internet because, like I said I wanted to challenge myself and figure everything out on my own.
- Project is also a part of ReactPlay.io's #2PlaysAMonth Hack-a-thon event!
- Project Link
- Play it here
The main project is finished! But I will keep continuing to improve it and add more features to it to make the game even better and give it that special advantage over other puzzle games.
If you have an amazing idea or want to fix an issue, do contribute to this project!
- Fork this repository - Link
git clone <Your fork link>
npm install
npm run dev
- Fork this repository - Link
git clone <Your fork link>
npm install
git checkout -b <New feature name>
- Write your code for the new feature
npm run dev
and test the feature properly alongside all other functionalities.- Commit the changes!
- Make a pull request!