In this Project, I have created a guessing word game, which is a client-side web application based on the famous game Wordle.
-
Word-Guessing: players can try to guess a five-letter word within a total of six attempts.
-
Word-Validation: the application validates the guessed word and checks if the word is a valid English five-letter word.
-
Feedback: provide feedback for the player for each guessed letter, to indicate if the letter is in the word and if it's at the right position
-
Smooth-UX: interface is designed with a focus on accessability, performance and mobile responsiveness.
- HTML
- Sass
- Vanilla JS
- API: The project relies on an API provided by Frontend Masters website For word of the day selection and word validation
Feel free to explore the project and have fun guessing words 💙
This project is licensed under the MIT License - see the LICENSE file for details.