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
- Host: GitHub
- URL: https://github.com/tasxatzial/quizzical
- Owner: tasxatzial
- License: mit
- Created: 2024-03-30T19:02:52.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-13T09:56:06.000Z (over 1 year ago)
- Last Synced: 2025-01-13T03:09:51.695Z (over 1 year ago)
- Topics: scrimba, scrimba-react, scrimba-soloproject
- Language: JavaScript
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).