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