Fix(curriculum): Moved API above Objective line and added short introduction (#61736)

This commit is contained in:
stimmer860 2025-08-08 00:30:29 -07:00 committed by GitHub
parent 11e82cbd1c
commit 9d441440ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ demoType: onClick
# --description--
**Objective:** Fulfill the user stories below and get all the tests to pass to complete the lab.
In this lab, you'll build an app that provides weather information from different cities.
You will use a weather API. The output data has the following format:
@ -39,6 +39,8 @@ You will use a weather API. The output data has the following format:
}
```
**Objective:** Fulfill the user stories below and get all the tests to pass to complete the lab.
**User Stories:**
1. You should have a `button` element with an `id` of `get-weather-btn`.