A Wordle clone built using javascript and inspired by Ania Kubow's implementation.
In order to run the game it is necessary to create a RapidAPI account.
Now create a .env file in the root of your project with the following:
RAPID_API_KEY={your_rapid_api_key}
To run this project please type the following commands:
This will install all the necessary dependencies.
This will start the backend on http://localhost:8000.
Copy the path to this file and paste it in your browser to see the game and play.
To learn React, check out the React documentation.