This repository is Countries App project from frontendmentor.io
- Next.js
- Typescript
- Context API
- Tailwind for styles
- Icons for React Icons
- List all countries.
- Filter by region.
- Search by country name.
- Dark mode.
- Dynamic country details page with Next Router.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.