This week's project is to build a simple weather web app that shows today's weather and temperature, and a 5-day forecast using a weather API.
- What an API is and how to use it
- Basic JSON
- How to use
fetch()
in JavaScript useEffect -How to use promises in JavaScript - How to work with the
Date()
object in JavaScript
- HTML5
- CSS3
- JavaScript
My live project Here