This is a simple weather application built with React and TailwindCSS that fetches weather data from the OpenWeatherMap API. Users can search for a city's weather information, including temperature, humidity, wind speed, and weather conditions, which are displayed with corresponding icons.
- Search for weather information by city name
- Display current temperature in Fahrenheit
- Display weather conditions with corresponding icons
- Show humidity and wind speed
- Responsive design using TailwindCSS
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Node.js and npm installed on your machine
-
Clone the repository:
git clone https://github.com/your-username/weather-app.git
