The purpose of this weather app is to provide users with current and forecasted weather information for a given location. Users can search for a city and view the current temperature, weather condition, and wind speed, as well as a five-day forecast with temperature and chance of rain.
You can view live here:
- HTML
- CSS
- JavaScript
- Wepback
- It uses the OpenWeatherMap API to retrieve weather data for a given location.
One of the challenges in building this app was dealing with asynchronous API calls and updating the UI with the retrieved data. Another challenge was properly formatting the data to display the desired information in a user-friendly manner.
The weather app allows users to:
- Search for a city and view current weather information
- View a five-day forecast with temperature
- View weather icons corresponding to the current weather condition
This game was built by Bismark Agyare as part of The Odin Project. If you have any feedback or suggestions for improvement, feel free to contact me at [email protected]