Weather App
- 2 Devlogs
- 1 Total hours
Weather App that fetches API data to give you accurate weather details
Weather App that fetches API data to give you accurate weather details
CSS!
-> I added a nice blue background and made the textboxes look better
-> added the little hover animation when you click the button
-> added lil banana guy as an icon :)
-> changed the fonts to a more appealing monospaced one
I finished the main part of the weather app
-> added the textbox so you can put in what city you would like to see the weather of
-> connected to API so the weather is actually accurate (could be off by like 1-3 degrees)
-> added an emoji feature so the emoji aligns with the current weather based off of API data
-> added HTTPs error match case scenarios
-> added weather description (basically uses the same feature as the emoji)
-> it works!!