Skip to content

Kindra + Reyna + Thao (Tigers) - Weather Report#78

Open
reynamdiaz wants to merge 25 commits intoAda-C18:mainfrom
reynamdiaz:main
Open

Kindra + Reyna + Thao (Tigers) - Weather Report#78
reynamdiaz wants to merge 25 commits intoAda-C18:mainfrom
reynamdiaz:main

Conversation

@reynamdiaz
Copy link
Copy Markdown

No description provided.

Copy link
Copy Markdown

@apradoada apradoada left a comment

Choose a reason for hiding this comment

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

All in all this was a really well done project! GREEN!

Comment thread index.html
<div class="temperature_content">
<div class="temperature_buttons">
<span id="increaseTemp">⬆️</span>
<span id="temperatureValue" class="blue"> 58°f </span>
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Not a big deal, but you could leave this element empty and inject your initial state value on first page load. The same goes for lines 47 and 48!

Comment thread index.html
</body>
</html> No newline at end of file

</html>
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

This looks great!

Comment thread src/index.js
lon: -74.1979576,
temp: 58,
};

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Great example of creating state here!

Comment thread src/index.js
const inputCity = document.getElementById('inputCity');
inputCity.value = 'Toms River';
updateCity();
};
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Nice use of the helper function here!

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.

4 participants