EcoAura is a web application designed to promote environmental awareness and sustainability. It provides users with tools and resources to make eco-friendly choices in their daily lives.
- Eco Tips: Daily tips to help you live a more sustainable lifestyle.
- Carbon Footprint Calculator: Calculate your carbon footprint and get personalized recommendations to reduce it.
- Community Forum: Connect with like-minded individuals to share ideas and solutions.
- Resource Library: Access a curated collection of articles, videos, and guides on sustainability.
These instructions will help you set up and run EcoAura on your local machine for development and testing purposes.
- Node.js (version 14.x or later)
- npm (version 6.x or later)
- Clone the repository:
git clone https://github.com/yourusername/eco-aura.git
- Navigate to the project directory:
cd eco-aura - Install the dependencies:
npm install --force
To start the development server, run:
npm startOpen http://localhost:3000 to view it in your browser. The page will reload if you make edits.
To launch the test runner in interactive watch mode, use:
npm testTo build the app for production, run:
npm run buildThis will create a build folder with optimized production-ready files.
Check out the live version of EcoAura at https://eco-aura.vercel.app.
This project is licensed under the MIT License - see the LICENSE file for details.
For questions or feedback, please contact us at dhananjaybuidl@gmail.com.
- Thanks to all our contributors and supporters.
- Special thanks to the open-source community for their invaluable resources and tools.