Carbon footprint Calculator that calculates the yearly total emissions of a person.
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
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