Skip to content

xpaczka/next-countries-stats

Repository files navigation

Next Countries Stats

App with information about all independent countries. Created using RestCountries API (https://restcountries.com/)

Results of the project are available here: https://next-countries-stats.vercel.app/

Tech Stack

Technologies used in the project:

React

Next JS

TypeScript

TailwindCSS

Features

  • List of all independent countries
  • Search for a country
  • Invidual country detail pages

Run Locally

Clone the project

  git clone https://github.com/xpaczka/next-countries-stats.git

Go to the project directory

  cd next-countries-stats

Install dependencies

  npm install

Create .env.local file in the root directory and add your Google API Key

  NEXT_PUBLIC_GOOGLE_API_KEY={YOUR_API_KEY}

Start the developement server

  npm run dev

About

App with information about all independent countries

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published