A simple app for comparing key data and changes between selected countries over time.
The app can be viewed in Heroku.
See also the repo for the back-end side.
The app is based on the Reaktor summer job challenge. Data is fetched from The World Bank API.
The project was bootstrapped with Create React App.
- Node.js
npm
oryarn
Clone the repo
git clone https://github.com/HPiirainen/climate-change.git
cd climate-change
Install dependencies
yarn install
# or
npm install
Start development server
yarn start
# or
npm start
In order to use the app, you must also install the backend repo and run it.
Production build can be created by running
yarn run build
# or
npm run build
The project includes an Express server server.js
that is used f. ex. in Heroku according to Procfile
.