React Game Project - Part 1

Follow Up Questions

  1. Which NPM package did we install so that we could create React projects?
  2. What command did we run in order to create the react-games project?
  3. What command do you run to launch your React project in the browser?
  4. What is the ID of the DIV element that contains our React app?
  5. What is the name of the file that contains the code for the root component in our project?
  6. Explain what the code in index.js does.
  7. What does a React component function return?
  8. T/F - Component functions must return a single element.
  9. What is a fragment in JSX?
  10. What is the name of the main style sheet file for a React project?