An open API service indexing awesome lists of open source software.

https://github.com/giuseppesciacca/vite-react-quizzical


https://github.com/giuseppesciacca/vite-react-quizzical

api bootstrap javascript reactjs scss trivia-quiz-game vite

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Quizzical game
## React + Vite + Bootstrap + Scss

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);