Quiz web app.
Simple game I made to pratice with React.
Answer the 5 questions and check your result!
Final solo-project of the React course by Bob Ziroll.
Through the opentdb API I receive 5 questions with the answers.
- Division of the page into components;
- Passing props to a component;
- Rendering components from an array using JavaScript's map().
- Responding to Events;
- useState;
- Rendering different JSX depending on a condition (Conditional Rendering);