Skip to content

fac24/Week5-Sonia-Asmahan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 

Repository files navigation

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.