eMission 0 is a full-stack react app that allows users to calculate their carbon emissions and offset them. It features 3D models all throughout which are fully responsive to user inputs.
This is the front end repository of the app. If you would like to see the backend, check out eMission 0 Backend.
You can interact with the app in two ways: online or locally. Please open issues in this repository for any suggestions you may have.
You can visit the app online at: eMission 0
To run the app locally, please make sure that you have node.js installed, then use the following commands:
- Clone the repository
git clone https://github.com/giabertu/emission-0
- Change to the emission-0 folder
cd emission-0
- Install dependencies
npm i
- Start application
npm start