Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 617 Bytes

File metadata and controls

28 lines (23 loc) · 617 Bytes

Capital Quest 🌎

Interactive web app for exploring world capitals and country information using the World Bank API.

Features

  • Filter countries by region
  • View capital cities and country details
  • Mobile-responsive design
  • Real-time data from World Bank API

Quick Start

npm install
npm run dev

Open http://localhost:3000

Tech Stack

  • Next.js 14
  • TypeScript
  • Tailwind CSS

Testing

npm run test        # Run tests
npm run test:watch  # Watch mode

Tests cover core components (Card, CountryList, Modal, RegionFilter) and navigation hooks.