Skip to content

tomeksz104/quiz-app

Repository files navigation

Laravel 9.0 quiz app

A simple application on which any user can create one of five types of quizzes:

  • knowledge quiz
    basic version
  • timed quiz
    quiz in which there is a set time to answer.
  • mystery
    quiz in which there can be only one question.
  • psychotest
    quiz results are assigned to the answers
  • which do you prefer?
    quiz without results. When you finish, you can check what others have chosen.

Features

  • Registration and login
  • Quiz overview
  • Custom result messages
  • Like
  • Comments
  • Toast notifications
  • Newsletter

Some screenshots

You can find some screenshots of the application on : https://imgur.com/a/EFriCT8

Installation

git clone https://github.com/tomeksz104/quiz-app.git
cd quiz-app
cp .env.example .env
composer install
php artisan migrate --seed
php artisan serve

Useful commands

Seeding the database :

php artisan db:seed

Running tests :

php artisan test

Contributing

Do not hesitate to contribute to the project by adapting or adding features ! Bug reports or pull requests are welcome.

License

This project is released under the MIT license.

Releases

No releases published

Packages

No packages published