https://github.com/brammortier/developer-quiz
A developer quiz to test your knowledge on many different coding topics. It makes use of the devquiz API to generate a unique set of questions based on the chosen settings.
https://github.com/brammortier/developer-quiz
html js rest-api scss webpack
Last synced: about 2 months ago
JSON representation
A developer quiz to test your knowledge on many different coding topics. It makes use of the devquiz API to generate a unique set of questions based on the chosen settings.
- Host: GitHub
- URL: https://github.com/brammortier/developer-quiz
- Owner: BramMortier
- Created: 2022-11-01T23:03:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-03T20:26:03.000Z (almost 2 years ago)
- Last Synced: 2025-05-21T23:39:43.799Z (about 1 year ago)
- Topics: html, js, rest-api, scss, webpack
- Language: JavaScript
- Homepage:
- Size: 806 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Developer Quiz


## Technologies used in this project:
- HTML & SCSS
- Javascript
- Webpack
- Npm package manager
- Gsap animtaion library (https://greensock.com/gsap/)
- Quiz API (https://quizapi.io/)
## How do you run the project?
first step is to install the node_modules with
> $ npm install
to quickly build to project run
> $ npm run build
if you want the optimized build for production run
> $ npm run build-production