Weather App

Feels like
Humidity
Wind speed

Project description

I developed a weather application that allows users to retrieve weather information for any city. The application requires users to input the desired city name in an input field and click a button or press the enter key to retrieve relevant weather data. To access accurate weather data for the specific city, I utilised JavaScript to connect with an open weather API. I represented weather conditions using icons or images, such as a sun or a cloud. To handle any errors that may occur during data retrieval from the weather API, I used the 'try and catch' technique. This project aims to improve my proficiency in working with APIs, effectively handling errors, and creating interfaces that are user-friendly.