/carbon_calculator_web

Carbon footprint calculator

Primary LanguageTypeScript

carbon-calculator-web

Description

Carbon footprint Calculator that calculates the yearly total emissions of a person.

Calculator

Screen Shot 2021-04-28 at 00 11 39

Screen Shot 2021-04-28 at 16 28 49

Screen Shot 2021-04-28 at 16 29 01

Screen Shot 2021-04-28 at 16 29 08

Screen Shot 2021-04-28 at 16 29 15

Executing the project:

Install libraries

$ yarn install

Start the project on port 3000

$ yarn start

Open http://localhost:3000 to view it in the browser.

Run react-testing-library tests

$ yarn test

Libraries used:

react-testing-library for tests that reassamble how the user uses the software

axios for http requests

react for jsx rendenring

react router dom for application routing

styled components for creating components with custom styles

antdesign for the design system components