selimyalinkilic / next-countries

Home Page:https://countries.selimyalinkilic.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

https://countries.selimyalinkilic.com

License:MIT License


Languages

Language:JavaScript 100.0%