Skip to content

joeribreedveld/next-countries

Repository files navigation

Next Countries

A quiz application that tests your knowledge of country flags.

Getting Started

  1. Install dependencies:
    npm install
  2. Run the development server:
    npm run dev
  3. Open http://localhost:3000 in your browser to see the application.

Features

  • Test your knowledge of country flags.
  • Fetch country data dynamically from the REST Countries API.
  • Display scores and track progress.

Project Structure

  • src/app/ - Main application pages.
  • src/components/ - Reusable UI components.
  • src/lib/ - Utility functions and types.
  • public/ - Static assets such as images and icons.
  • Configuration files (e.g., tailwind.config.ts, tsconfig.json).

Styling

Scripts

  • dev - Start the development server.
  • build - Create a production build.
  • start - Start the production server.

Deployment

Deploy on Vercel with ease. Refer to the Next.js deployment documentation for more details.

Learn More