Hi folks!
So I just wrapped up the fcc weather app project. I’m not 100% satisfied with the design but it’s enough where I can move on and come back later. Any feedback on it would be very much appreciated, I went a little beyond the challenge scope by adding a time and date display and a couple of design features. The clock btw should (hopefully) update itself if you leave the app open. Meanwhile the background icon will change depending on the weather and the background color itself changes depending on the time of day.
One weird problem I’m experiencing and maybe someone can help me out…but I can’t get the temperature and weather icon to display in IE (of course IE is being a pain in the butt right?). I thought at first it was just the api itself, but the location and weather type description show up fine. It’s gotta be something in my script but I’m not sure what. I’ve tried running the app in IE both via codepen and my own local server and I’ll get errors in the console for codepen, and by that I mean errors on codepen’s end, like their code. Meanwhile the console on my local sever has no errors at all, so I’m at a bit of a loss as to what’s causing it.
Other than that I’m still tweaking the mobile display but it should be good to go. I have admit this was a really fun project to work on, really challenging and I learned alot!