<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Andy Aguirre</title>
    <description>The latest articles on DEV Community by Andy Aguirre (@andyagp).</description>
    <link>https://dev.to/andyagp</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3886754%2Fefd85ddc-9186-4894-b391-3db532c92c79.jpg</url>
      <title>DEV Community: Andy Aguirre</title>
      <link>https://dev.to/andyagp</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/andyagp"/>
    <language>en</language>
    <item>
      <title>I Built an AI-Powered Eco Impact Calculator for My University 🌍</title>
      <dc:creator>Andy Aguirre</dc:creator>
      <pubDate>Mon, 20 Apr 2026 02:40:15 +0000</pubDate>
      <link>https://dev.to/andyagp/i-built-an-ai-powered-eco-impact-calculator-for-my-university-82p</link>
      <guid>https://dev.to/andyagp/i-built-an-ai-powered-eco-impact-calculator-for-my-university-82p</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/weekend-2026-04-16"&gt;Weekend Challenge: Earth Day Edition&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;EcoScore AI is a web application that evaluates your environmental impact in seconds and provides recommendations to improve your sustainability habits.&lt;/p&gt;

&lt;p&gt;The goal is not just to calculate a score, but to &lt;strong&gt;understand real environmental behavior&lt;/strong&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;🔗 Live Demo: &lt;a href="https://eco-score-frontend.vercel.app/" rel="noopener noreferrer"&gt;https://eco-score-frontend.vercel.app/&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Code
&lt;/h2&gt;

&lt;p&gt;🔗 GitHub Repository: &lt;a href="https://github.com/Andyx1923/eco-score-ai" rel="noopener noreferrer"&gt;https://github.com/Andyx1923/eco-score-ai&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  How I Built It
&lt;/h2&gt;

&lt;h3&gt;
  
  
  🛠️ Stack
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Frontend: Angular&lt;/li&gt;
&lt;li&gt;Backend: Node.js + Express&lt;/li&gt;
&lt;li&gt;Database: MongoDB Atlas&lt;/li&gt;
&lt;li&gt;AI: Google Gemini API (planned full integration)&lt;/li&gt;
&lt;li&gt;Deployment: Vercel (frontend) + Render (backend)&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  ⚙️ Architecture
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Angular → Express API → MongoDB → AI (Gemini)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;






&lt;h3&gt;
  
  
  🔄 Flow
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;User selects:&lt;/li&gt;
&lt;/ol&gt;

&lt;ul&gt;
&lt;li&gt;Transport type&lt;/li&gt;
&lt;li&gt;Plastic usage&lt;/li&gt;
&lt;li&gt;Energy consumption&lt;/li&gt;
&lt;/ul&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Data is sent to backend&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Backend:&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;ul&gt;
&lt;li&gt;Calculates EcoScore&lt;/li&gt;
&lt;li&gt;Stores aggregated data&lt;/li&gt;
&lt;li&gt;(Planned) Sends data to Gemini for personalized insights&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  🚧 Challenges
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;MongoDB authentication errors&lt;/li&gt;
&lt;li&gt;Deployment issues (Vercel 404 routing)&lt;/li&gt;
&lt;li&gt;CORS problems between frontend and backend&lt;/li&gt;
&lt;li&gt;Environment configuration (dev vs production)&lt;/li&gt;
&lt;li&gt;API integration debugging&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These issues helped me understand real-world full-stack development.&lt;/p&gt;




&lt;h2&gt;
  
  
  🌍 Real-World Impact Vision
&lt;/h2&gt;

&lt;p&gt;This project is designed to go beyond a demo.&lt;/p&gt;

&lt;p&gt;My goal is to implement EcoScore AI at the&lt;br&gt;
&lt;strong&gt;Technical University of Machala (UTMACH)&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;By collecting anonymous responses, we can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Measure environmental habits of students&lt;/li&gt;
&lt;li&gt;Analyze sustainability trends&lt;/li&gt;
&lt;li&gt;Generate real data insights&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  📊 Why This Matters
&lt;/h2&gt;

&lt;p&gt;With enough data, we can answer:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;How sustainable is our university community?&lt;/li&gt;
&lt;li&gt;What habits need improvement?&lt;/li&gt;
&lt;li&gt;Where should we take action?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This could help drive initiatives like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Tree planting 🌳&lt;/li&gt;
&lt;li&gt;Sustainable transport campaigns 🚲&lt;/li&gt;
&lt;li&gt;Plastic reduction programs ♻️&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🤖 AI Vision
&lt;/h2&gt;

&lt;p&gt;Currently, recommendations are basic.&lt;/p&gt;

&lt;p&gt;The next step is to fully integrate &lt;strong&gt;Google Gemini&lt;/strong&gt; to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Generate personalized sustainability advice&lt;/li&gt;
&lt;li&gt;Replace static messages with dynamic insights&lt;/li&gt;
&lt;li&gt;Adapt recommendations based on behavior&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🔮 Future Improvements
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;User authentication&lt;/li&gt;
&lt;li&gt;Historical tracking&lt;/li&gt;
&lt;li&gt;Analytics dashboard&lt;/li&gt;
&lt;li&gt;Full AI integration&lt;/li&gt;
&lt;li&gt;University-level deployment&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🏷️ Prize Categories
&lt;/h2&gt;

&lt;p&gt;This project aims to qualify for:&lt;/p&gt;

&lt;p&gt;👉 Best Use of Google Gemini&lt;/p&gt;




&lt;h2&gt;
  
  
  🧠 Final Thoughts
&lt;/h2&gt;

&lt;p&gt;This started as a simple Earth Day project.&lt;/p&gt;

&lt;p&gt;But it evolved into something bigger:&lt;/p&gt;

&lt;p&gt;A tool that could help a real community understand and improve its environmental impact.&lt;/p&gt;

&lt;p&gt;And that’s the kind of software I want to build.&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>weekendchallenge</category>
      <category>ai</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
