YAQA is a quiz generator written in pure HTML, CSS and jQuery.It's designed to be:
- Easy to use
- Fully static (no backend required)
- Local (all your quizzes are stored localy on your device)
Future development may include a backend version with cloud or P2P storage for syncing quizzes between devices
Learn how to create your own quizzes by reading this short guide:
- Clone this repository
- Navigate to the repository
src/directory - Open
index.htmlin your browser
Alternative method:
- Install
http-serverusing Python or Node.js - Run the server inside
src/directory and access YAQA in your browser
Comming soon ...
To contribute to this repository:
- Fork the repository
- Clone the forked repository to your local machine
- Create a new branch for your contribution
- Make changes, commit, and push to your fork
- Create a pull request to the original repository
Please:
- Follow the existing coding style
- Test new features
- Use commit messages that are meaningful and consistent in style with existing ones
YAQA is a free and open-source software and it's released under the terms of the AGPL 3.0. The full license text is avaliable in the LICENSE file