Skip to content

A quiz application with laravel 8, spatie permissions, livewire, jetstream, chartjs, tailwindcss and more!

Notifications You must be signed in to change notification settings

LaravelDaily/quizapp

 
 

Repository files navigation

Todo

Currently busy with some other important things, will definately would like to imporove the app with
1. Multiple choices selection and mapping to detail results
2. Question difficulty levels
3. Section subscription for registered users
4. User crud functionality in admin pannel
5. Modal implementation for user crud.
6. Plenty of other functionalites ofcourese.



Pull reqeusts are welcome, acceptance will depend on availability of time to review the pull requests.

User Quiz Home

image

Start A Quiz

image

Quiz Screen

image

Quiz Details

image

QuizApp

A laravel based QuizApp

Installation

git clone repo
cp .env.example .env
#Setup database 

#Seed will create 1 super-admin, 1 admin and initial quotes loaded to database, spatie initial roles and permissions.

php artisan migrate:fresh --seed

php artisan key:generate

Login with below users and create some Sections->Questions 

Username: adminadmin@admin.com / admin@admin.com
Password: adminadmin
Register a new user and login -> Take a Quiz

License

The QuizApp is open-sourced software licensed under the MIT license.

About

A quiz application with laravel 8, spatie permissions, livewire, jetstream, chartjs, tailwindcss and more!

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 68.8%
  • Blade 29.1%
  • Hack 2.0%
  • Shell 0.1%