Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1 KB

README.md

File metadata and controls

23 lines (15 loc) · 1 KB

us-states-quiz

How quickly can you identify the US states on the map? 😉🗺️ (React, TypeScript)

While the whole world was waiting for the 2020 United States presidential election results, I decided to memorize the 50 US States and and their locations on the map. 🤓

Live application

https://tomherman11.github.io/us-states-quiz/

If the user guesses the location incorrectly 3 times in a row, the correct state will automatically highlight itself.

Good Luck! ✈

Demo of 'us-states-quiz' Project

The application supports landscape & portrait modes:

Portrait Example

Landscape Example

Development

  • The app was created with create-react-app --template typescript.
  • react-simple-maps is a great tool for creating interactive maps.
  • Portrait / Landscape orientation is supported.