https://github.com/jayexdesigns/alexelcapo-trivia
A trivia application for the streamer "Alexelcapo"
https://github.com/jayexdesigns/alexelcapo-trivia
json react react-toast trivia
Last synced: 3 months ago
JSON representation
A trivia application for the streamer "Alexelcapo"
- Host: GitHub
- URL: https://github.com/jayexdesigns/alexelcapo-trivia
- Owner: JayexDesigns
- Created: 2022-01-21T23:54:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-20T21:26:56.000Z (over 2 years ago)
- Last Synced: 2025-07-20T06:55:50.005Z (11 months ago)
- Topics: json, react, react-toast, trivia
- Language: JavaScript
- Homepage:
- Size: 3.24 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

Alexelcapo Trivia
This is a trivia card application for the streamer "Alexelcapo"
Usage
Editor
You can create, remove and edit themes which are essentially groups, they have a name and a color so you can easily identify them. You can also create cards that contain the trivia questions, assign them a theme, type the question and the options and set which one is correct.
Cards
This section is for randomly selecting a car of a specific theme or grouping them all, the selected card will be shown in the middle of the screen, the options will appear in random order and you'll have to select which one is correct. Once it's done, the options will change their color depending on if you failed or succeeded, pressing anywhere else on the screen will bring you back to the main menu.
Dice
The dice is just that, a random number generator, the difference with a normal dice is that you can dynamically change its range, press the roll button to see in what number lands on.
Import/Export
The import and export system works with the JSON format but you don't need to care about that, just press export, copy the text and save it in a file for when you want to import it back.
TRY IT!