Skip to content

Annas Weather App - #418

Open
Anna2024WebDev wants to merge 20 commits into
Technigo:masterfrom
Anna2024WebDev:master
Open

Anna2024WebDev wants to merge 20 commits into
Technigo:masterfrom
Anna2024WebDev:master

Conversation

@Anna2024WebDev

Copy link
Copy Markdown

@HIPPIEKICK HIPPIEKICK self-assigned this Oct 3, 2024

@HIPPIEKICK HIPPIEKICK left a comment

Copy link
Copy Markdown
Contributor

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!

Comment thread index.html Outdated
Comment on lines +40 to +48









Copy link
Copy Markdown
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
Copy Markdown
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

@JennieDalgren JennieDalgren left a comment

Copy link
Copy Markdown
Contributor

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