This project is a Wordle game that allows user to choose the board size at the beginning of each round (length of word and num of attempts).
The app is built primarily using react, with some node.js for the server side. words are fetched from RapidAPI Random Words API, and guesses are cross-checked in Free Dictionary API.
You will need to clone this project and run it on your local machine (make sure you have npm installed). Start the frontend and back end in the project directory:
Frontend: npm start
Backend: npm run backend
Navigate to http://localhost:8000
and enjoy :)