A take-home challenge from Founders and Coders.
My task was to emulate a feature from the game Wordle.
I looked at the game and broke down its features into user stories which I submitted as issues to this repo.
The user story I chose to emulate was 'I want the app to verify that I am entering a real five-letter word before allowing me to submit'.
- Clone the repo into VS Code using
git clone https://github.com/simonryrie/Wordle-Challenge.git
- Launch the site using the VS Code LiveServer extension
You can also see the app deployed on GitHub Pages .