QuizApp is a Laravel based project that allows you to create Quizzes and share them to your anyone!
http://quiz-app-324.herokuapp.com/
Demo Super Admin credentials:
Email: superadmin@superadmin.com
Password: password
Demo Admin credentials:
Email: admin@admin.com
Password: password
- Create Quiz and add Questions from one of four types (Multiple choice, Multiple Response, True/False and Short Text)
- Share your quiz using the simple 'Copy Quiz Link' button or directly to someone's Email Address
- View results from your participants
- Admin and Super Admin roles
- Login prohibited from public domains (gmail, hotmail, etc)
- Laravel as the PHP framework
- Bootstrap 5 as the CSS framework
- Vue.js for some dynamic frontend parts
- Laravel Livewire for AJAX requests
- Laravel-Permission for Roles and Permissions