IMPORTANT:

Kevin's HTML/CSS Video: https://youtu.be/1-jQfGJibzc
Starting Code: https://github.com/kevin-powell/Mars-Weather-App/tree/6b770a4841f206382686c42ff92e3ba55f7f198d

This video is a continuation of Kevin Powell's HTML and CSS Mars weather app. In this video I tackle the JavaScript portion of the weather app by querying the Nasa Mars weather API and hooking up all of the event listeners on the page to make this weather app fully interactive. By the end of this video you will have a complete understanding of how to use this API and setup complex JavaScript interactions.


Materials/References:

GitHub Code: https://github.com/kevin-powell/Mars-Weather-App/tree/master


🧠 Concepts Covered:

- How to call an API using fetch
- How to modify CSS variables in JavaScript
- JavaScript re-rendering best practices


Find Me Here:

My Blog: https://blog.webdevsimplified.com
My Courses: https://courses.webdevsimplified.com
Patreon: https://www.patreon.com/WebDevSimplified
Twitter: https://twitter.com/DevSimplified
Discord: https://discord.gg/7StTjnR
GitHub: https://github.com/WebDevSimplified
CodePen: https://codepen.io/WebDevSimplified


#MarsWeatherApp #WDS #JavaScript