Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sanketsanjaysawant/quizi

Basic Quiz App made on Angular 7
https://github.com/sanketsanjaysawant/quizi

angular angular4 angular6 angular7 angular8 angullar5 json quiz-example quiz-game quiz-generator quizapp quizi

Last synced: 1 day ago
JSON representation

Basic Quiz App made on Angular 7

Awesome Lists containing this project

README

        

# About Quizi:

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`.

# Directions:

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.

# Executing the project:

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.