Climate Data Visualization Dashboard
An interactive dashboard built with React and Tailwind CSS that visualizes historical climate data (temperature and wind patterns) for cities worldwide, enhanced with AI-powered insights using Google's Gemini AI.
Features
- Historical climate data visualization (2000-2024)
- Interactive line charts with hover tooltips
- AI-generated environmental insights
- Responsive design for all screen sizes
- Real-time data analysis
Tech Stack
- React.js
- Next.js
- Tailwind CSS
- Recharts for data visualization
- Google Gemini AI API
Installation
Clone the repository:
git clone https://github.com/ObayM/Climate-Change cd Climate-ChangeInstall dependencies:
npm installCreate a
.envfile in the root directory and add your Google Gemini AI API key:GOOGLE_AI_API_KEY=your_api_key_hereStart the development server:
npm run dev
Log in or sign up for Devpost to join the conversation.