Skip to content
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

Weather App #415

Open
wants to merge 23 commits into
base: master
Choose a base branch
from
Open

Weather App #415

wants to merge 23 commits into from

Conversation

gittebe
Copy link

@gittebe gittebe commented Sep 28, 2024

@HIPPIEKICK HIPPIEKICK self-assigned this Oct 3, 2024
Copy link
Contributor

@HIPPIEKICK HIPPIEKICK left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

HTML/CSS

  • Great that you're using semantic elements such as header and main. Consider also utilizing section and article so you don't overuse divs
  • Overall, your CSS is clear and cleanly organized. The use of flexbox for layout management is great. Just have a look at how your app looks like in 320px width (the content doesn't fit)

JavaScript

  • Nice to see that you're using async/await and try/catch 🥳
  • Remember to remove console.logs from productions (the ones that are not logging errors at least)
  • Nice job implementing the search function and converting the times to the different time zones ⭐

All in all, a lot of nice little features 🌞 🌚 Keep up the good work!

Changes Requested

  • Make sure it's responsive on 320px as well (iPhone 5/SE)

@gittebe
Copy link
Author

gittebe commented Oct 3, 2024

Thank you!!! It should be fixed now!

@gittebe
Copy link
Author

gittebe commented Oct 4, 2024

done :)

Copy link
Contributor

@JennieDalgren JennieDalgren left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎯

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants