Skip to content

ankitk26/rest-countries

Repository files navigation

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.

Releases

No releases published

Packages

No packages published