A web app to create, play and share quizzes quickly and easily.
Italian README here.
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.
https://lgcolella.github.io/quizzer
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
Flags icons made by Freepik from Flaticon is licensed by CC 3.0 BY
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 😁