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

Annas Weather App #418

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

Conversation

Anna2024WebDev
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

  • Very nice job following the design! Consider adding a fixed width to your li items to create some space in between

JavaScript

  • Really good job structuring your JavaScript! You've used clear and descriptive names on most of your variables and functions
  • Good idea using toLowerCase and includes for the weather conditions 👍

Clean Code

  • The indentation is off in your HTML file. Also, I'd suggest you change to 2 spaces indentation in your JS file as it becomes hard to read when the indentations are this big.
  • Don't mix arrow functions with the function keyword
  • Since city is not a constant, it should be named in camelCase

Changes Requested

  • Clean up the code as requested ☝️ Apart from that - good job!

index.html Outdated
Comment on lines 40 to 48









Copy link
Contributor

Choose a reason for hiding this comment

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

Remove all empty lines

Copy link
Author

Choose a reason for hiding this comment

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

Thank you for your feedback @HIPPIEKICK! I think I have updated according to the changes requested! Best, Anna

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