This is a weather application built using React and Tailwind CSS. It allows users to check current weather conditions and forecasts for different locations.
- Current Weather: Display current weather conditions including temperature, humidity, wind speed, etc.
- Forecast: View weather forecast for the upcoming days.
- Search: Search for weather information by city or location.
- Responsive Design: Fully responsive layout suitable for desktop and mobile devices.
- Customizable UI: Styled with Tailwind CSS for a clean and modern look.
- React
- Tailwind CSS
- OpenWeatherMap API for weather data
To get a local copy up and running follow these simple steps:
- Clone the repository
git clone https://github.com/uttammane1/Weather-App.git
- start the repository
npm install