An open API service indexing awesome lists of open source software.

https://github.com/tasxatzial/quizzical

A trivia quiz app that uses the Open Trivia Database API
https://github.com/tasxatzial/quizzical

scrimba scrimba-react scrimba-soloproject

Last synced: 12 months ago
JSON representation

A trivia quiz app that uses the Open Trivia Database API

Awesome Lists containing this project

README

          

# Quizzical

A trivia quiz app that uses the [Open Trivia Database API](https://opentdb.com/).

This is a solo project from the React basics module of the [Frontend Career Path](https://scrimba.com/learn/frontend) course on [Scrimba](https://scrimba.com).

## Dependencies

This is a basic React project created with Vite. The following dependencies will be installed via `npm install`:

* [html-entities](https://www.npmjs.com/package/html-entities)

## Run locally

Run the development version:

```bash
npm run dev
```

Build the project:

```bash
npm run build
```

Build & serve the production version:

```bash
npm run serve
```

## Screenshots

See [screenshots](screenshots/).