https://github.com/justkahdri/blackbox-vision-challenge
Blackbox Quiz Challenge with React and Chakra UI
https://github.com/justkahdri/blackbox-vision-challenge
api-integration chakra-ui react trivia trivia-game typescript
Last synced: 4 months ago
JSON representation
Blackbox Quiz Challenge with React and Chakra UI
- Host: GitHub
- URL: https://github.com/justkahdri/blackbox-vision-challenge
- Owner: justkahdri
- License: other
- Created: 2021-05-27T01:15:37.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-03T18:47:20.000Z (almost 4 years ago)
- Last Synced: 2025-01-12T18:14:09.611Z (5 months ago)
- Topics: api-integration, chakra-ui, react, trivia, trivia-game, typescript
- Language: TypeScript
- Homepage: https://just-blackbox.vercel.app/
- Size: 775 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# QuizBox Vision
QuizBox Vision es un juego de preguntas y respuestas, como tantos otros. Sin embargo, en este juego, se ponen muchas más cosas en juego!! Bueno, en realidad no, pero quedaba bien para el resúmen.
## Definición funcional
El juego consiste en 10 preguntas las cuales pueden ser verdadero/falso o multiple choice.Por cada pregunta, es necesario mostrar los siguientes campos:
* Pregunta
* Categoría
* Dificultad
* Posibles respuestasAl seleccionar la respuesta, muestra si la misma fue correcta o no. No es necesario mostrar cuál era la respuesta correcta.
Al finalizar el juego, se muestra el puntaje obtenido. El mismo se calcula de la
siguiente manera:
* Respuesta correcta (verdadero/falso): *5 puntos*
* Respuesta correcta (multiple choice): *10 puntos*
* Respuesta incorrecta: *0 puntos*## Definiciones técnicas
* Todos los datos necesarios para el juego, están en [la siguiente API](https://opentdb.com/api.php?amount=10)
* El juego puede realizarse en React web o React Native.
* Cada pregunta debe presentarse en una pantalla distinta de la aplicación.