Countries app made in react. Using bootstrap and redux.
https://oscarjonasson.github.io/countriesReact/
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
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