CodingNic

Weather Details & Five-Day Forecast

Module 3 Checkpoint

Weather Details & Five-Day Forecast 10 min read

Module 3 Checkpoint

Module 3 Checkpoint

Task

Verify that current data and forecast data always update together.

Open

Do not add new code. Test two different valid cities back to back.

Implementation

The second city should replace both the current card and all forecast cards; no values from the previous city should remain.

Test

Search for New York, wait for the forecast, then search another city. Inspect the console for errors and stale values.

Expected result

Current conditions and the five-day forecast are synchronized.

Checkpoint

Before moving on, confirm the expected result in the running app and make sure the browser console has no blocking errors.