An app that lets you create quizzes and share them with friends. The creator of the quiz can view and share all the results at the end of the quiz.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
Quiz! is an app that lets you create quizzes and share them with friends. The creator of the quiz can view and share all the results at the end of the quiz.
- Clone the repo
git clone https://github.com/lpattersonn/quiz.git
- Install NPM packages
npm i
- In your terminal while in the cloned project enter the following command
npm run local - After the server has initiated, log-in as user 1 by pasting http://localhost:8080/login/1 in the browser for the project to show the quizes created by you as user 1 in the My Quiz tab.
- Multi-language Support
- Chinese
- Spanish
See the open issues for a full list of proposed features (and known issues).
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Leshan Patterson - @lpatters
Project Link: https://github.com/lpattersonn/quiz.git


