A mapper that visualises emitted pollution on a global scale. This project utilises a React-based front-end, alongside the back-end utilising a RESTful API hosted on a Serverless Instance. This project was collaboratively developed - including Lachlan Young, Angus Philippini, Brian Riwu Kaho, and myself as part of a weekend Hackathon.
git clone https://github.com/matthewmuscat/emissions-mapper.git
cd emissions-mapper
cd client && npm i
cd ..
cd server && npm i
cd ..
cd client && npm start
The preview requires that CORS is disabled. This can be done with a Chrome addon.