Weather App
HTML, CSS, JavaScript, Weather API/June 05, 2023
A weather forecast app using public weather APIs.
Overview
This app fetches weather data from a public API and displays the forecast for a user-specified location. It shows temperature, humidity, and general conditions.
Approach
I learned how to fetch and parse JSON data from APIs. The form takes user input, queries the API, and updates the UI accordingly. I also worked on error handling and fallback UI for invalid locations.