calumtomeny / quiz-master

A quiz app based on React and .NET core built for the web.
0 stars 0 forks source link
dotnetcore quiz react signalr

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

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.