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:
- git clone https://github.com/chrisblakely01/quiz-app.git
- cd quiz-app/starter
- npm install
- npm start
Run the FINISHED CODE:
- git clone https://github.com/chrisblakely01/quiz-app.git
- cd quiz-app/final
- npm install
- npm start
What we’ll learn:
- Managing complex state objects
- Conditionally rendering elements
- Working with multiple state hooks to create a dynamic UI
#react