/u2_hw_react_quiz

A quick quiz to test your basic knowledge of React.

React README Quiz!

react

Instructions

1. How do you create a React App from the terminal command line?

Your answer here

2. If you clone a React App that has already been created, what command is needed to start developing with its dependencies?

Your answer here

3. How do you start the in-browser development server for a React App?

Your answer here

4. What folder in a React App should component files be created in?

Your answer here

5. What is the syntax for a function based component?

Your answer here

6. What direction are props passed in a React Component?

Your answer here

7. How is a React Component accessed in another file?

Your answer here

8. How do we gain access to props in a child component?

Your answer here