A quiz application that tests your knowledge of country flags.
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Open http://localhost:3000 in your browser to see the application.
- Test your knowledge of country flags.
- Fetch country data dynamically from the REST Countries API.
- Display scores and track progress.
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
).
- Uses Tailwind CSS for styling.
dev
- Start the development server.build
- Create a production build.start
- Start the production server.
Deploy on Vercel with ease. Refer to the Next.js deployment documentation for more details.