A word-based game where players name cities based on the last letter of the previous city.
- Start Chain: The first player names any city.
- Chain Continues: Each subsequent player names a city starting with the last letter of the previous city.
- No Repeats: Cities cannot be reused.
- Game End: The game ends when a player cannot name a valid city.
- API for fetching city data: GeoDB Cities
- Font: Press Start 2P
- Favicon: Generated with favicon.io
This project served as my first deep dive into the world of React. It was created to showcase my understanding of basic React concepts and hooks.