/infinity-quiz

Quiz app made in Angular using Material Design.

Primary LanguageTypeScriptMIT LicenseMIT

IQ : Infinity Quiz

Go to check it out here here

Continuous Deployment License: MIT GitHub repo size GitHub contributors GitHub stars GitHub forks

Table of Contents


Introduction

This project intend to make a clean and simple Quiz app. Ultimately there will be 3 mode to play in:

  • Zen mode: Play endlessly...
  • Against Time: Survive the challenge of time, longer you stay better it is.
  • With a Friend: Challenge a friend.

Description

On the frontend we are using Angular and on the backend we are hitting Trivia API. It is Free to use, user-contributed trivia question database. If you wish to add questions to this free and open to all database head here

Technologies Using

Getting Started

To get started locally, follow these instructions:

  1. If you haven't done it already, make a fork of this repo.
  2. Clone to your local computer using git.
  3. Make sure that you have Node 12.13.0 or later installed. See instructions here.

Angular Application Configuration

  1. Use npm install to download the needed depenedencies for this project.
  2. Don't forget to install the Angular CLI if you haven't already.
  3. Build and run your app by using the ng serve command from the root directory.
  4. Navigate your browser to http://localhost:4200.
  5. Make sure you have running internet connection to successfully hit API mentioned in Description.

Contributers Guide

Read Contributors guidelines before submitting a PR or creating a new issue.

To contribute hassle free, follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name>.
  3. Make your changes and commit them: git commit -m '<commit_message>'
  4. Push to the original branch: git push origin <project_name>/<location>
  5. Create the pull request.
  6. Show your support by ⭐ the project.

Alternatively see the GitHub documentation on creating a pull request.

If you find a bug or think something could be better, please file an issue! If you think a code change should be made, feel free to raise a PR.

Open Source Love GitHub followers LinkedIn