GitHunt

Atlas

A simple country explorer built with Next.js.

What it does

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.

Running locally

npm install
npm run dev

Open http://localhost:3000

Tech used

  • Next.js 16
  • React 19
  • Tailwind CSS v4
  • oxlint + oxfmt

Scripts

  • npm run dev - start dev server
  • npm run build - build for production
  • npm run lint - run oxlint
  • npm run format - format with oxfmt

Data

Country data comes from REST Countries API.

Languages

TypeScript84.8%CSS13.2%JavaScript2.0%

Contributors

Created April 12, 2021
Updated February 15, 2026
ankitk26/rest-countries | GitHunt