Skip to content

OscarJonasson/countriesReact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple countries APP

Countries app made in react. Using bootstrap and redux.

https://oscarjonasson.github.io/countriesReact/

image

Description and Required content

Create a website that is using restcountries and openweather API.

  • Home
  • All countries
    • Search
    • Back to Top
  • Card about country
    • Flag
    • Languages
    • Currency
    • Population
    • Add/Remove favorites
  • Single country
    • More info about the country
    • Weather
  • Favorites

Quickstart

clone repository

npm install

(All of this should be in the backend, to hide the key) To make openweather work locally, you will need an API key for it. Sign Up here: https://home.openweathermap.org/users/sign_up

create an .env at the root of the project where you can paste your API key like this:

REACT_APP_WEATHER_API_KEY = YourApiKey
npm start

API

https://restcountries.com

https://openweathermap.org/

About

Find more info about the countries and favorite them

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published