NSS-Day-Cohort-42 / hello-world-beautiful-balrogs

hello-world-beautiful-balrogs created by GitHub Classroom
0 stars 0 forks source link

Je create taiwan providers #35

Closed skratz17 closed 4 years ago

skratz17 commented 4 years ago
  1. git fetch --all, git checkout je-create-taiwan-providers
  2. Verify that taiwanCityProvider.js contains an array with four city objects, each with a name, image, and imageAlt property. Verify that a copy of this array is accessible through this module's exported function useTaiwanCities.
  3. Verify that taiwanHeadOfStateProvider.js contains an array with four head of state objects, each with a name, image, imageAlt, and description property. Verify that a copy of this array is accessible through this module's exported function useTaiwanHeadsOfState.
  4. Verify that taiwanIntroProvider.js contains an array with one intro object, which contains a name, image, and imageAlt property. Verify that a copy of this array is accessible through this module's exported function useTaiwanIntro.
  5. Verify that taiwanLandmarkProvider.js contains an array with four objects, each of which contain a name, image, imageAlt, and description property. Verify that a copy of this array is accessible through this module's exported function useTaiwanLandmarks.
Michaelr-Tyler commented 4 years ago

Everything looks good

aring97 commented 4 years ago

looks good