Skip to content

letsdoitworld/opendata-web

Repository files navigation

Let's Do It World Open Data app

This project was bootstrapped with Create React App.

Timeline is made with vis.js.

Map is made with Leaflet.

CSS preprocessor is SASS.

Data

Check those files in ./public/json & ./src/json

.scr/json/country-by-population.json is taken from population.io API. .scr/json/collectors.json is done manually.

Prerequisites

  1. Node.js.
  2. Api running at https://wwpapi.letsdoitworld.org/api

How to run

  1. npm install or yarn install
  2. npm start or yarn start