EcoTrack is a carbon footprint awareness platform designed to help users understand and reduce their environmental impact.
EcoTrack provides a beautiful landing experience with a live dashboard, carbon footprint calculator, sustainability insights, and eco-friendly recommendations.
- Responsive hero and dashboard UI
- Interactive carbon footprint calculator
- Live impact metrics and charts
- Personalized sustainability tips
- Theme toggle and accessible navigation
- HTML
- CSS
- JavaScript
- Chart.js (for charts)
- Clone the repository or download the project files.
- Open
index.htmlin your browser. - Optionally, host the project from a local web server for faster loading and asset support.
- Install dependencies:
npm install
- Build optimized output:
npm run build
- Deploy the generated
dist/directory to static hosting (GitHub Pages workflow is included).
index.html- Main application pagestyles.css- Styling for the appapp.js- Application logic and interactivityPROJECT.md- Project plan and architecture notes
This project is currently a static front-end experience. To expand it into a full product, add backend APIs, persistent storage, user authentication, and real carbon emission calculations.
This project is provided as-is and may be adapted or extended freely.