Skip to content

calumtomeny/quiz-master

Repository files navigation

Build Status

Quick Quiz

A quiz hosting app with the aim to streamline your remote quizzes over video conferencing apps.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software and how to install them

  • .NET Core 3.1 - follow the installation instructions for .NET Core 3.1
  • Node.js 12.17 - we recommended you install the LTS version of Node.js

Installing

After cloning the project and installing the prerequisites follow the step below to get the app up and running locally.

Navigate to the following directory.

\quizmaster-client-app

Install the dependencies.

npm install

Run the API and App.

npm start

Local APP URL: http://localhost:3000/

Local API URL: http://localhost:5000/

Deployment

The latest changes in the master branch are deployed here: http://quick-quiz.azurewebsites.net

Built With

Contributing

We use Semantic Commit Messages to make it easier to track changes. To contribute please make sure there is an associated issue, create a branch from master with your change and submit a pull request associating it with the issue.

About

A quiz app based on React and .NET core built for the web.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published