This is a weather dashboard application with search functionality to find current weather conditions and the future weather outlook for multiple cities.
User can search for weather reports by city. By default current city's weather details are loaded. After searching for a city, the following information is displayed:
Current temperature Current humidity Windspeed UV index 5 day forecast
User has an option to go back in history and select previously searched cities. APIs Used -openweathermap API for current weather details, 5 day forecast and UV index. script.js for getting current date. Geolocation API for getting current location on page load.
HTML,
CSS Frameworks -Bootstrap -Bulma
Javascript
jQuery