This is an interactive weather application, with a visually appealing UI. Using the Open Wather Map API, this weather application functions in a user's browser and enables a user to:
- Enter a city name and see the current weather and five-day forecast of that input upon clicking the submit button or pressing enter.
- The user input is then added to the search-history.
- The user can click on a city from search-history and the current weather and five-day forecast are displayed.
- The current weather will display the city name, date, weather-icon, temperature, humidity, wind speed, and UV index.
- The UV index will change color display depending on severity.
- The five-day forecast displays the date, weather-icon, temperature, and humidity for each day.
A link to the live site is here: https://tzcodes101.github.io/weatherApp/
A link to the repo is here: https://github.com/Tzcodes101/weatherApp
A screenshot of the application can be found in the "App Image" folder.