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. ๐ค
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! โ
The application supports landscape & portrait modes:
- 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.