- Visit the deployed site.
- Submit your answer and see if it's correct. Click 'next' to continue the game.
- If you don't know the answer, click 'Give up'. You'll see the answer, but you'll lose a life.
- User should see a random flag on their screen
- User should be able to input their guess and submit their answer
- User should see their score
- User should be able to click the 'next' button to move onto the next flag
- Accept some user input (e.g. a username);
- Query an API (e.g. the Github API, or any other fun one);
- Populate the UI with API data; and
- Have some form of persistent state and interactivity.