Skip to content

selimyalinkilic/next-countries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Next Countries

Next Countries is an application made by using rest countries api.

DEMO

Quick start

  1. Clone Repo
   git clone https://github.com/selimyalinkilic/next-countries
  1. Start Developing

Navigate into your new site’s directory and start it up.

  # go inside the project you copied
  cd next-countries

  # create .env.local file
  touch .env.local

  # add NEXT_PUBLIC_API_URL variable to .env.local file
  NEXT_PUBLIC_API_URL=https://restcountries.com/v2

  # install packages
  yarn install / npm install

  # run the project
  yarn dev / npm run dev
  1. Open the source code and start editing!

    Your site is now running at http://localhost:3000!

License

This project is released under the MIT License