For a searched city, this weather dashboard app gives the current weather and the 5-day weather forecast. Additionally, it stores previous searches for future searching at a click.
- HTML
- CSS
- Bootstrap
- JavaScript
https://johnproodian.github.io/weather-dashboard/
- Using the fetch API to send requests to a server-side API
- Receiving and parsing data in JSON format
- Using returned data to generate HTML
- Handling response codes and metadata (including headers, status, and URL)