Skip to content

This exercise required using JavaScript to fetch data from a JSON file with an array of student "objects" to determine which students still needed to register for a field trip.

Notifications You must be signed in to change notification settings

marisabrantley/field-trip-registration

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Field Trip Registration

For this exercise, we were to pretend to be kindergarten teachers who are trying to determine which students still need to register for upcoming field trips. The data was available in a JSON file with an array of student objects, with each object having the students' names and whether they're registered.

Objective

  • Use JavaScript to fetch data from a JSON file with an array of student "objects" to determine which students still needed to register for a field trip.

field-trip-registration

Launch

View the results of the Field Trip Registration exercise here: https://marisabrantley.github.io/field-trip-registration/

Class

Skillcrush, Break into Tech Blueprint

JavaScript Fundamentals - Intro to API's

About

This exercise required using JavaScript to fetch data from a JSON file with an array of student "objects" to determine which students still needed to register for a field trip.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • HTML 38.5%
  • CSS 36.2%
  • JavaScript 25.3%