The title
of my project
A Weather App
This application(Weather App) was built using JavaScript, CSS and HTML.
I have built this Single Page Application(SPA) using JavaScript to request weather data from this free Weather API that i found on internet. I added event listener to listen for the submit then i use the location typed in to send the data to the API using a function then i get back all the data. I added some background pictures which changes with the temperature using If-Else condition.