CSC 343: The Week beginning Mar. 18 |
fetch
the JSON data found in
Harry_Potter_data.zip. The titles of the movies should be loaded into
a drop-down select. When the user changes the movie, that movie's director, writer, producer, and music
creator should be displayed. That movie's poster should be displayed in an img element. There should also
be a iframe with that movie's trailer "embedded" as the iframe's src.
(https://www.w3schools.com/HTML/tryit.asp?filename=tryhtml_youtubeiframe)
fetch
the JSON data found in
HorsesForCourses.zip. The names of the horses should be loaded
into a drop-down select. When the user changes the horse, that horse's rank, rating, sire, trainer,
and jockey should be displayed. That horse's "silks" should be displayed in an img element.
(You will have to append .jpg to the data from the file.) There should also be an iframe with
that horse's race "embedded" as the iframe's src. The React must also create div's that belong
to a CSS grid. Some of those div's must span multiple rows and/or multiple columns.