A simple country explorer built with Next.js.
Shows all countries with their flags, population, region, and capital. You can search and filter by region. Click on a country to see more details like currencies, languages, and border countries.
npm install
npm run dev- Next.js 16
- React 19
- Tailwind CSS v4
- oxlint + oxfmt
npm run dev- start dev servernpm run build- build for productionnpm run lint- run oxlintnpm run format- format with oxfmt
Country data comes from REST Countries API.