Juiz is a simple desktop quiz application written in Java.
With Juiz, one can create and test the knowledge with quizzes from different categories, as well as visualize the result for each question of the taken quiz.
The application provides a minimal level of security using a basic user authentication mechanism.
- Hibernate ORM
- H2 Database Engine
- JBCrypt
- Download the project using the Download ZIP button on the GitHub page.
- Clone the git project as follows
- Download Git from https://git-scm.com
- Clone the project in the desired directory on your computer using:
git clone https://github.com/Vixan/Juiz.git
This project is licensed under the MIT License - see the LICENSE file for details
Inspiration, code snippets, etc.