What you think of my localTime/weatherApp?

its not exactly what we’re asked to do in the challenge but I wanted to do something more

http://htmlpreview.github.io/?https://lanjaimi.github.io/WeatherApp/

Never a problem to do more!! :smiley: Dang that looks really nice though… The extra effort you put into this was well worth it!

The only thing is…well, its kind of a biggie, is that it’s not at all responsive… on mobile view you can only see a portion of this… which really, this design would look amazing as a mobile app if you get the layout down.

Consider instead of hard-coding your widths and margins to use percentages so that it will scale down. …media query is another thing you may want to look into. You’re off to a really great start with this…not much more to take it right to the end. :smiley:

i will try to make it responsive.

thank you for your feedback.