This is my first project on Flavortown. I'm excited to share my progress! A beginner-friendly weather app that teaches how to use real APIs. Users enter a city and instantly see the current temperature and conditions, fetched live from a public we…
This is my first project on Flavortown. I’m excited to share my progress! A beginner-friendly weather app that teaches how to use real APIs. Users enter a city and instantly see the current temperature and conditions, fetched live from a public weather API. This project introduces fetch, async/await, JSON parsing, and basic error handling, all using plain HTML, CSS, and JavaScript.