Technologies: React.js, Redux, CSS
Packages & Libraries: Semantic UI,
react-router-dom, dompurify
This is a trivia game of true and false questions. Once the
questions are completed, the results are displayed for the user
to see. The questions come from
Open Trivia Database
API at
https://opentdb.com/api.php?amount=10&difficulty=hard&type=boolean.
The trivia game is created using React with several packages.
The app uses Redux for state management (although it is not
complex enough to make Redux necessary). For navigation, the app
uses React Router. Lastly, DOMPurify is used to sanitize the
HTML received from the API so it renders properly for the user.