A quiz hosting app with the aim to streamline your remote quizzes over video conferencing apps.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
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
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/
The latest changes in the master branch are deployed here: http://quick-quiz.azurewebsites.net
- React - The web framework used
- Material UI - Component library
- .NET Core - Used to power the API
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.