A React application that analyzes weather data and provides sustainability recommendations.
- Clone the repository
- Install dependencies:
npm install
- Create a
.env
file in the root directory with your OpenWeather API key:
VITE_OPENWEATHER_API_KEY=your_api_key_here
To start the development server:
npm run dev
- Real-time weather data fetching
- Sustainability score calculation
- Environmental recommendations
- Responsive design with Tailwind CSS
- TypeScript support