A responsive weather application built with React.js that shows real-time weather data using the OpenWeatherMap API.
- Search weather by city
- Real-time temperature, humidity, and wind info
- Responsive and clean UI
- React.js
- Tailwid CSS
- OpenWeatherMap API
- git clone https://github.com/niteshkumar9631/WeatherApp.git
- cd WeatherApp
- npm install
- npm run dev
- Create a .env file in the root directory.
- Add your OpenWeatherMap API key:
- REACT_APP_API_KEY=your_api_key_here
This project is open-source and available under the MIT License.