Published on GitHub Pages: sentenzo.github.io/front-opentdb/
This one was made to consolidate my knowledge on React.
It's a small frontend-only project, which utilizes Trivia API (an open API for quizes).
This is a one-page web-application to generate and pass quizes. It is takes random quiz questions from Trivia DB (via the API they provide).
The idea of the project was taken from Scrimba React cours. They've also provided a nice design template: link (Figma).
- Node.js + TypeScript + Sass
- React +
create-react-app
- Trivia API
- GitHub Actions (to publish on GitHub Pages)