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

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.

Awesome Lists containing this project

README

          

# Developer Quiz

![Developer Quiz](https://github.com/BramMortier/Developer-Quiz/assets/79015250/22a8ccec-0352-4720-bc8a-8a165651ce17)

![Developer Quiz-2](https://github.com/BramMortier/Developer-Quiz/assets/79015250/8b01145a-934b-4206-86eb-66c6335fd3ab)

## 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