Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 507 Bytes

File metadata and controls

12 lines (6 loc) · 507 Bytes

This is a JavaScript quiz with intermediate/advanced questions. The questions are taken from a well know repo. This project is a WORK IN PROGRESS. Right now the questions are stored on the client side; soon they may be moved to a database. To run this project, clone it on your local machine, then install all the dependencies:

npm install

Now run webpack:

npm run build

You can now run the application by accessing /dist/index.html