A Wordle Clone made from HTML, CSS and Vanilla JavaScript, where words are generated as a dictionary of words from an endpoint accessed by a API key.
- HTML: Used for structuring the game interface and elements, including the header with the title, hint and dark-mode option, a 4x4 gameboard, the side-bar of instructions, the hint and failure message bottom bar, and the winning screen.
- CSS: Used for styling the game interface.
- JavaScript: Used to implement the game logic, user interactions, and API communication. (No external libraries were used)
- API: Integrated an external dictionary API to fetch valid words for the game.
To run this project locally, here are the steps:
- Clone the repository:
git clone https://github.com/afraham/Wordle-Clone.git - Navigate to the project's directory:
cd wordle - Open
index.htmlin your preferred web browser
Note: You'll need an active internet connection in order to fetch the words from the external dictionary API!
A one-man job all by Afrah Mohammad (afraham on GitHub) ๐