An open API service indexing awesome lists of open source software.

https://github.com/tangoman75/quiz-trainer

Awesome TangoMan Quiz Trainer allows to train for your exams, you can train offline as well since TangoMan Quiz Trainer is installable as a PWA on desktop and mobile.
https://github.com/tangoman75/quiz-trainer

Last synced: 3 months ago
JSON representation

Awesome TangoMan Quiz Trainer allows to train for your exams, you can train offline as well since TangoMan Quiz Trainer is installable as a PWA on desktop and mobile.

Awesome Lists containing this project

README

          

TangoMan Quiz Trainer
=====================

Awesome **TangoMan Quiz Trainer** allows to train for your exams, you can train offline as well since **TangoMan Quiz Trainer** is installable as a PWA on desktop and mobile.
**TangoMan Quiz Trainer** uses:
- [Vue.js 2.6.10](https://vuejs.org/v2/guide)
- [Bootstrap 4.3.1](https://getbootstrap.com/docs/4.3/getting-started/introduction)
- [sass](https://sass-lang.com)
- [Mocha 3.9.0](https://mochajs.org)
- [Chai 4.1.2](https://www.chaijs.com)
- [travis-ci](https://travis-ci.org)

[Test TangoMan Quiz Trainer here !](https://tangoman75.github.io/quiz-trainer)

If you want to know more about SCRUM try following links:
- [Mikhail Lapshin Free SCRUM quiz](https://mlapshin.com/index.php/scrum-quizzes/sm-learning-mode)
- [Paid Exam Simulator](https://mplaza.training/exam-simulators/psm)
- [Scrum Open Assessment](https://www.scrum.org/open-assessments/scrum-open)
- [Read official SCRUM guide here](https://www.scrumguides.org/scrum-guide.html)
- [Read official nexus guide here](https://www.scrum.org/resources/online-nexus-guide)
- [Scrum Master Learning Path](https://www.scrum.org/pathway/scrum-master)

Good luck !

Progressive Web App
-------------------

Progressive Web Apps (PWA) allows to create a user experience similar to native applications on mobile and desktop devices. They are installable on any platform that uses a standards-compliant browser and can work offline.

### Install PWA on Android
Pop up banner will automatically suggest installation on first load of the page. Otherwise select option "Add to home screen" in your browser menu.

On Android, PWAs allows push notifications, background synchronization, among other native functionalities.

### Install PWA on iOS
To install PWA on iOS, open "share" menu and select "On home screen" option.

Apple is still not fully supporting PWA, because it allows developpers to get around the Apple Store, since iOS version 12.2 it slightly improved though.

### Install PWA on desktop
Open your browser options on the top right of the window. An option to install application will appear.

### manifest.json
For more information about the manifest.json schema standard : [json.schemastore.org](http://json.schemastore.orgweb-manifest)

Developpement
-------------

### How to install TangoMan Quiz Trainer
Run following command
```bash
$ make install
```

### How to start TangoMan Quiz Trainer locally
Run following command
```bash
$ make run
```

### How to deploy TangoMan Quiz Trainer to github pages
Run following command
```bash
$ make deploy
```

Continuous Integration
----------------------

[![Build Status](https://travis-ci.org/TangoMan75/quiz-trainer.svg?branch=master)](https://travis-ci.org/TangoMan75/quiz-trainer)
If you find any bug please report here : [Issues](https://github.com/TangoMan75/quiz-trainer/issues/new)

License
-------

Copyrights (c) 2020 "Matthias Morin" <mat@tangoman.io>

[![License](https://img.shields.io/badge/Licence-MIT-green.svg)](LICENCE)
Distributed under the MIT license.

If you like **TangoMan Quiz Trainer** please star, follow or tweet:

[![GitHub stars](https://img.shields.io/github/stars/TangoMan75/quiz-trainer?style=social)](https://github.com/TangoMan75/quiz-trainer/stargazers)
[![GitHub followers](https://img.shields.io/github/followers/TangoMan75?style=social)](https://github.com/TangoMan75)
[![Twitter](https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Fgithub.com%2FTangoMan75%2Fquiz-trainer)](https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2FTangoMan75%2Fquiz-trainer)

... And check my other cool projects.

[![LinkedIn](https://img.shields.io/static/v1?style=social&logo=linkedin&label=LinkedIn&message=morinmatthias)](https://www.linkedin.com/in/morinmatthias)