-
Notifications
You must be signed in to change notification settings - Fork 575
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Week 7: Weather app #416
base: master
Are you sure you want to change the base?
Week 7: Weather app #416
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
HTML/CSS
- Consider utilising more semantic elements such as section, article etc, instead of using a lot of divs.
- Really smooth transitioning between the themes 🤩
- Make sure to test your apps on all sizes, it looks a bit too crowded and overlapping on small phones.
- One of your images appears to be broken (or rather: it doesn't exist): src="assets/design-1/cloudySun.png"
JavaScript
- Very nice that you implemented a search bar! Makes your app come to life 💃
- Well-structured and modular code, keep this up! The formatTime function is a great helper function 👍
Changes Requested
- Have another look at how your app looks like on small phones (320px, e.g. iPhone 5/SE). It looks a bit crowded
PS. I don't understand your comment:
According to the requirements we had to follow the design in the Figma file - I added the design in a comment-out section in the CSS file.
Do you mean you created two different versions, because I can't see any commented out code 👀 Either way, I'll allow it. Just make sure to try to follow the design next time, it's a great skill to learn and I'm confident you can do it 😊
Thank you @HIPPIEKICK for the thorough feedback! For the commented out section in the CSS, they are the lines 302-528 😊 Also made some corrections for media query, hope this resolves! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here's my netifly link: https://nightcast.netlify.app/
According to the requirements we had to follow the design in the Figma file - I added the design in a comment-out section in the CSS file. I hope it's fine I wanted to test out another design - if not I can make some changes to get it approved 😊