brettneedham88 / prop-driller-9000

Basic React.js app with some very simple props and state management meant to reinforce students' knowledge and comfort level handling props and state.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to Prop Driller 9000!

Step 1

Step 1

  • Get the logo to show up in the header!
  • Use the given component needed. End of Step 1

Step 2

Step 2

  • Get all three of the proptimusii to render on the screen as well!
  • Use the given container and component needed. End of Step 2

Step 3

Step 3

  • The container showing all the proptimusii should not appear when the page loads.
  • When the logo is clicked, all of the proptimusii should appear. End of Step 3

Step 4

Step 4

  • Same as step 3, except now only one transformer is shown at a time when the container appears.
  • Once the transformer is showing, it can be clicked in order to cycle between the different transformers aka proptimusii. End of Step 4

This project was bootstrapped with Create React App.

About

Basic React.js app with some very simple props and state management meant to reinforce students' knowledge and comfort level handling props and state.


Languages

Language:JavaScript 73.5%Language:HTML 17.4%Language:CSS 9.1%