mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
Fix(curriculum): Moved API above Objective line and added short introduction (#61736)
This commit is contained in:
+3
-1
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user