mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-22 21:08:12 +08:00
Fix(curriculum): Moved API above Objective line and added short introduction (#61736)
This commit is contained in:
parent
11e82cbd1c
commit
9d441440ac
@ -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`.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user