This a basic trivia quiz app based on MEAN stack
To install this app on your machine just clone the repo
git clone https://github.com/H27-VEN/QuizApp.git
Enter the root folder
cd QuizApp
use your favourite package manager to install dependencies
For npm
QuizApp> npm install
For yarn
QuizApp> yarn
Once the dependencies are installed you can run the app
For npm
QuizApp> npm start
For yarn
QuizApp> yarn start
now that's all you are good to go.
happy hacking