These are the following features of my project :
My project estimates how environmentally efficient a website (or digital platform) is.
It uses 3 inputs:
Monthly Website Visitors.
Average Page Size (MB).
Server Efficiency (1–10).
Then it cal…
These are the following features of my project :
My project estimates how environmentally efficient a website (or digital platform) is.
It uses 3 inputs:
Monthly Website Visitors.
Average Page Size (MB).
Server Efficiency (1–10).
Then it calculates a sustainability score out of 100.
Every time someone loads a website, data travels through servers that consume electricity. Larger pages require more energy. Inefficient servers increase emissions. This tool estimates that digital carbon impact and converts it into a sustainability score.
I used AI to check the code and point out problems. There were 2 issues in the code, 1. Was some incorrect nesting/malformed code., 2. Was that some Tags were not closed in the code. I manually corrected the errors.