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

🚨 For more projects check out https://reactbeginnerprojects.com

🚨 🚨 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

React Quiz App Tutorial (w/ starter code + working example) | Beginner React Projects
7.75 GEEK