React-based web application that uses the OpenWeather API to fetch and display weather data for a specified location. The user can enter a location in a search bar, and the app will display the current temperature, weather description, feels like temperature, humidity, and wind speed. The code uses React hooks such as useState and useEffect to handle state and side effects respectively. It also makes use of the axios library to fetch data from the OpenWeather API.
Application built by React, JavaScript, Tailwind CSS