khusharth / countries-graphql

Find information about a country like capital, language, area, population, etc. This project was created to learn how to use Graphql queries with React.

Home Page:https://country-stats.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

๐Ÿ‡ฎ๐Ÿ‡ณ Country Stats ๐Ÿ‡ฎ๐Ÿ‡ธ

Find information about a country like:

  • Capital
  • Demonym
  • Offical Languages
  • Currencies
  • Population
  • Area

๐Ÿ›ฐ API

I have used the GraphQL version of Rest countries API.

โšก Installation

  1. Clone / Download this repo.

  2. Inside the project open a terminal and run:

    npm install
    

    This will install all the project dependencies.

  3. To start the development server run:

    npm start
    

๐Ÿคตโ€โ™‚๏ธ Author

Twitter

LinkedIn

About

Find information about a country like capital, language, area, population, etc. This project was created to learn how to use Graphql queries with React.

https://country-stats.netlify.app/


Languages

Language:JavaScript 57.3%Language:CSS 22.7%Language:HTML 20.0%