hey guys,
so my FCC Weather App is now ready for review! Would really appreciate feedback regarding responsive-design, and just making sure all the functionality is in-tact:
Thanks in advance!
hey guys,
so my FCC Weather App is now ready for review! Would really appreciate feedback regarding responsive-design, and just making sure all the functionality is in-tact:
Thanks in advance!
Looks really good. I didn’t really look too much at the code.
.changeLoc:hover {
/* padding: 1.2rem; */
transform: scale(1.1);
}
I would give .container a max-width of say 1200px
On small screen sizes, you might want to lower the font size a bit more and make the button smaller.
I would refactor the EventListener callbacks into stand-alone functions.
Good job.
appreciate the feedback! thank you!