This is a simple React weather application that allows users to check the current weather conditions for a specific city. It uses the OpenWeatherAPI to fetch weather data.
- Display current weather conditions including temperature, humidity, and more.
- Dynamic icons based on weather conditions.
- Search for weather information by entering the city name.
To get started with this project, follow these steps:
Installation:
- clone this repo
- npm install
- npm start
- Enter a city name in the input field.
- Click the "Find" button to fetch and display the current weather conditions.
- React
- Axios for API requests
- FontAwesome and Weather Icons from react-icons
- ...
Contributions are welcome! If you find any issues or want to add new features, please create an issue or submit a pull request.