/world-of-flags

How well do you know your world flags?

Primary LanguageJavaScript

World of Flags

πŸ‡¬πŸ‡·πŸ‡―πŸ‡²πŸ‡¨πŸ‡»πŸ‡―πŸ‡΅πŸ‡¬πŸ‡§πŸ‡±πŸ‡¨πŸ‡ΈπŸ‡΄πŸ‡±πŸ‡»

How well do you know your world flags?

How to play

  • 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 Journey

  • 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

Acceptance Criteria

  • 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.