A clean and responsive Weather Forecasting App built using React and the Fetch API.
It enables users to search for any city and instantly view real-time weather information such as temperature, humidity, and sky conditions.
- 🌍 Real-time Weather Data — Fetches live weather details from a weather API.
- 🌡️ Detailed Info — Displays temperature, humidity, and conditions clearly.
- 📱 Responsive UI — Works smoothly across all devices.
- ⚡ Fast & Lightweight — Built with React for quick performance.
- 🎨 Modern Design — Styled with Tailwind CSS for a clean look.
- Frontend: React.js
- API Handling: Fetch API
- Styling: Tailwind CSS
- Language: JavaScript (ES6+)
- Enter a city name in the search bar.
- Click Search to fetch the data.
- Instantly view the city’s weather details.
# Clone this repository
git clone https://github.com/Nikhildhasmana89/react-weather.git
# Navigate into the project directory
cd weather-app
# Install dependencies
npm install
# Start the development server
npm start