/climate-change

A simple app for viewing key data about countries regarding climate change

Primary LanguageJavaScript

Climate Change

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.

Background

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.

Getting started

Prerequisites

  • Node.js
  • npm or yarn

Install

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.

Deployment

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.