Skip to content

RikuPutkinen/country-app

Repository files navigation

Country App

A simple country app built with Next.js. Hosted on Vercel.

Country data from REST Countries

Screenshot of the homepage

Features

  • See information on a country Screenshot of the country view

  • Compare two countries with each other Screenshot of the compre view

Installation

Install Country App locally:

git clone git@github.com:RikuPutkinen/country-app.git
cd country-app/
npm install
npm run dev