In this beginner react project we’ll look at how to build a quiz app using React hooks.

🚨 🚨 Starter/Finished Code Repo: https://github.com/chrisblakely01/quiz-app

Run the STARTER CODE:

  1. git clone https://github.com/chrisblakely01/quiz-app.git
  2. cd quiz-app/starter
  3. npm install
  4. npm start

Run the FINISHED CODE:

  1. git clone https://github.com/chrisblakely01/quiz-app.git
  2. cd quiz-app/final
  3. npm install
  4. npm start

What we’ll learn:

  • Managing complex state objects
  • Conditionally rendering elements
  • Working with multiple state hooks to create a dynamic UI

#react #game-development #javascript

How to Build a Quiz App Using React – with Tips and Starter Code
24.40 GEEK