This project is a fundamental version of a Quiz Application.
It uses a JSON file to import the Questions and their respective choices into the project. The JSON file is present in the 'assets' folder by name questions.json
.
Install node_modules
inside the project folder using npm install
command before executing the project.
For more information on installation of packages, kindly refer: https://docs.npmjs.com/cli/install
Please feel free to report bugs, if any. I'll do my best to fix them .
This project is free to download and edit for anyone but kindly provide this respository's link under references or as the source if you're using it for any official, legal, business or educational purposes.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.