Quick, modular geography game focused on Europe. A country name appears, you click the matching outline, and the app reveals the answer plus a quick fact like the capital.
- Click-to-guess rounds with instant feedback.
- Europe-focused map with room to add more regions.
- Country data loaded from the REST Countries API.
- Install dependencies:
npm install - Start dev server:
npm run dev - Build for production:
npm run build - Preview build:
npm run preview