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

Xings Weather App #414

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

Xings Weather App #414

wants to merge 11 commits into from

Conversation

xingyin2024
Copy link

@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

  • Well structured HTML, with semantic elements 👍
  • Clean and organized CSS file as well with nice usage of CSS variables.

JavaScript

  • Nice structure overall as well as well-named variables
  • Impressive work with the stretch goal to show more cities!
  • Nice error handling!
  • One of the learning goals is understanding how to use JavaScript’s Date object. While you’ve fetched the current weather and the local time, it would make sense to display the local date and time for the searched location. I find it confusing that it's my local time for the cities that I know are in a different time zone than I am. This is true for both the Current Time and the sunset/sunrise times.
  • Really good that you divided the code into modular functions, makes it more maintanable and easy to follow!

Changes Requested

  • Fix the time bug (display the local sunset/sunrise and current times)

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