/quizzer

Create, save and share quiz online

Primary LanguageTypeScript

Quizzer logo

Quizzer

A web app to create, play and share quizzes quickly and easily.

Build Status Coverage Status Maintainability Test Coverage

Italian README here.

Summary

Presentation

Quizzes are a very useful tool for several scopes. They can be used for fun, teaching, challenges, marketing analysis etc. This app aims to give you a useful, easy and enjoyable platform to play quizzes, create your own and share them with friends.

Demo

https://lgcolella.github.io/quizzer

Stack

Angular Angular Material Typescript Sass Jasmine Karma Yarn Travis CI

Build and Usage

Clone this repository and install the depencies

git clone https://github.com/lgcolella/quizzer.git
cd quizzer
npm install

or

git clone https://github.com/lgcolella/quizzer.git
cd quizzer
yarn install

Run the development and testing environment (with live reloading)

npm run dev

Build the app

npm run dist

Credits

Flags icons made by Freepik from Flaticon is licensed by CC 3.0 BY

How to contribute

There are several ways to contribute to this project:

  • Help to improve source code.
  • Find out bugs or mistakes in the app.
  • Give a personal feedback or suggesting ideas in order to improve the UX or UI design.
  • Add one or more quiz in src/assets/quizzes. Creativity and imagination are always welcome 😁