Current repository has been sanitized for public viewing (removed sensitive info, names, emails, etc). Still kept "University of Thessaly" for honour's sake. This was also part of my thesis. Thank you!
This is a web app designed to help users track and calculate their carbon emissions. It provides a simple and easy way to understand and measure environmental impact across various activities. It is based on the 2023 guide for "ΔηΣΜΕ" by the Greek Ministry of the Environment and Energy.
- Calculate carbon footprint (CO2 equivalent emissions, CH4, N2O)
- Detailed reporting
- Download data
# Clone the repository
git clone https://github.com/Partition/emissions-disme-public.git
# Navigate to project directory
cd emissions-disme-public
# Install dependencies (assuming you have node.js installed)
npm installTo run locally (dev build):
npm run dev