Brazenbillygoat / M4-DQ4-Passing-Callbacks-to-Comrade-Hogs-in-React

Module 4 Discussion Question 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Danger Will Hoginson, Danger!

WARNING: This lab contains potentially disrupting sounds. Please be conscious of other students around you who may not be fully immersed in the hog heaven that you are soon to be. Either use headphones OR mute your computer before starting this lab!

Oh no! Schmutziges hog GalaxySNote7 is at it again!

No longer content grounding planes and delaying flights, this greased up hog is now stirring up trouble in the pig pen!

We know he is a filthy fellow, but which one? Rumor has it he was hanging out with Truffle Shuffle earlier, cramming his greedy little snout into the ground.

Find GalaxySNote7 and help him alert his fellow hogs when someone touches his snout.

Deliverables:

  • See the sample video stored in ./public for an idea on how to get started
  • On click, GalaxySNote7 should trigger a change in state for the pig pen's environment
  • Galaxy and his hog cadre should react to this change in their environment and use the exclaim method to render their warnings
  • Think about what components should own what information
  • Adhere to React patterns --> information propagates up and down the component tree, but not sideways
  • Understanding this, draw out the component tree with your group. A component tree should show the components and the data (props!) that are communicated between them
  • After at least two seconds, things in the pig pen should cool off, and the environment should return to normal (this means we should be able to click on GalaxySNote7 again, instigating the same chain of events all over again AFTER he has cooled his jets)
  • Once GalaxySNote7 is successfully instigating panic when he is tickled, incorporate the sounds where you see fit!

About

Module 4 Discussion Question 3

License:Other


Languages

Language:JavaScript 68.2%Language:CSS 17.3%Language:HTML 14.5%