Lesson 27: Build a Weather App
Mini App: Weather Info
Use an API like OpenWeatherMap to build a weather search app. Input a city and fetch its weather data using fetch().
This lets you practice working with inputs, dynamic data, and rendering API responses.