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
- Host: GitHub
- URL: https://github.com/giuseppesciacca/vite-react-quizzical
- Owner: giuseppesciacca
- Created: 2023-09-30T10:52:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-01T16:29:10.000Z (8 months ago)
- Last Synced: 2025-01-29T18:27:24.575Z (4 months ago)
- Topics: api, bootstrap, javascript, reactjs, scss, trivia-quiz-game, vite
- Language: JavaScript
- Homepage: https://giuseppe-sciacca-vite-react-quizzical.netlify.app/
- Size: 329 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quizzical game
## React + Vite + Bootstrap + ScssQuiz 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);