/yt_wordle_clone

Following a YT tutorial to build a Wordle clone using ReactJS

Primary LanguageJavaScript

My Wordle Clone

I followed the Youtube tutorial found here made by @PedroTech.

This project was bootstrapped with Create React App.

demo

Future things I want to do

  • Fix the logic so that it recognises how many letters are present. At the moment, if the correct word was "ABCDE" and you guessed "EEEEA", it would highlight all the Es as yellow, when in fact only one of them should technically be yellow.
  • Try out doing some animation of the letters when you submit a new guess (e.g. rotating the keys/tiles)
  • Figure out how to hook up a backend to store user stats (e.g. number games played, average # guesses til correct etc. )
  • Deployment: Learn how to deploy this to an actual hosted website... but I might do this with a personal 'portfolio' website first...