A simple and responsive Weather Dashboard built using React.js. Users can search for any city and view its current weather information. The data is fetched in real-time from the OpenWeatherMap API.
- Frontend: React.js
- Styling: CSS/Tailwind CSS
- API: OpenWeatherMap API
- Deployment: Vercel
To run the project locally, follow these steps:
- Clone the repository
git clone https://github.com/codexrahulKIIT/weather-dashboard-react.git
2. Navigate to the project folder cd weather-dashboard-react
3. Install dependencies
npm install
4. Start the development server
npm start
🌐 API Integration
API Used: OpenWeatherMap Current Weather API
Endpoint: https://api.openweathermap.org/data/2.5/weather
Units: Metric (Celsius)
Rate Limit: 60 API calls/min (Free tier)