From 625f495878558ed04435da44f16c17c834c475cc Mon Sep 17 00:00:00 2001 From: Vishnu Safaya Date: Fri, 6 Oct 2023 17:32:44 +0530 Subject: [PATCH] Added an idea for a CO2 emissions project --- data/ideas.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/data/ideas.json b/data/ideas.json index 26a0ebc..a806456 100644 --- a/data/ideas.json +++ b/data/ideas.json @@ -262,5 +262,11 @@ "description": "a web to consume waze api to improve another apps", "level": "intermediate", "tags": "Api-GPS" + }, + { + "title": "Environmental Impact Tracker", + "description": "A web app that allows users to calculate and track their carbon footprint and environmental impact by entering the amount of electricity, gas, etc. they consume for a customizable time period. Provide suggestions for reducing their ecological footprint and maybe also a certificate if the CO2 emmisions are below a certain level.", + "level": "intermediate", + "tags": "enironment-impact-tracker" } ]