Skip to content

Flaburgan/disco2very

 
 

Repository files navigation

disCO2very

A free software game to discover the orders of magnitude of the CO2 footprint in our daily life and raise awareness about climate change.

This application is based on the work done by Thomas James Watson (thank you! ❤️) for wikitrivia. Original source code on github.

About

This project is using the open data provided by ADEME (Agence de l'environnement et de la maîtrise de l'énergie, the french State agency working on climate change). Raw data are avaible on ADEME website, with a nice website for users, or through an API.

This is the early beginning of the project and it has several limitations at the moment:

  • It is only available in french, as that's the only language in which ADEME is providing the information. We plan to discuss with them to see if they can provide at least english as well.
  • It is using the french CO2 data based on France characteristics. The biggest difference with other countries is a very low carbon footprint for electricy consumption as France has mainly low carbon electrical plants. The CO2 number would be very different in other countries like those using coal power plants for example.
  • It is ugly and buggy at the moment 😅 but we hope to improve this in the short term 🥳

Contributions

Every contribution to the project is welcome! By contributing, you accept that your work is going to be placed under the AGPL licence (see the LICENSE file).

Technical informations

This project is using the NextJS framework, itself based on ReactJS. NodeJS 18.17.0 or higher is required to build and run the project.

Prerequisites

npm install
npm run i18n-compile

Development

npm run dev

Then visit http://localhost:3000/ to preview the website.

Static build

To build a static version of the website to the out folder, that you can then deploy anywhere (it's plain HTML + JS, no server needed) run:

npm run build

About

A game to discover CO2 footprint of our daily lives

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 78.2%
  • SCSS 20.6%
  • JavaScript 1.2%