Skip to content

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

Notifications You must be signed in to change notification settings

HPiirainen/climate-change

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published