An open API service indexing awesome lists of open source software.

https://github.com/devxarif/quiz-system

Quiz System with TALL (Tailwind + Alpinejs + Laravel + Livewire)
https://github.com/devxarif/quiz-system

alpinejs laravel laravel10 livewire quiz quiz-app quizapp quizsystem tailwind-css tailwindcss tall-stack

Last synced: 10 months ago
JSON representation

Quiz System with TALL (Tailwind + Alpinejs + Laravel + Livewire)

Awesome Lists containing this project

README

          

## Quiz System With TALL (TAilwind, Alpinejs, Livewire, Laravel)
This is a simple quiz/testing system with Laravel, adding a lot of Livewire components for dynamic behavior

### Key Features

  • TALL (Tailwind, Alpinejs, Laravel, Livewire)

  • Managing Quiz

  • Managing Question

  • Managing Question Option

  • Managing Quiz Test

  • Managing Quiz Test Results

  • Timer for Quizzes

  • Leaderboard

  • Social Login (Google, Facebook, Github)

  • Profile Management

  • Profile Setting Management

  • Beautiful User Interface

  • 2 Types of Users Management (Admin, User)

  • Organized & Maintainable Code

  • and many more.
  • ## Setup
    ```bash
    # Clone the repo
    git clone https://github.com/devboyarif/quiz-system.git

    # Install composer dependency
    composer install

    # Install node modules
    npm install / yarn

    # Copy environment file
    cp .env.example .env

    # Set the Application key
    php artisan key:generate

    # setup the database credentials and migrate database with seeders
    php artisan migrate --seed

    ```

    ## Development Server

    Start the development server on http://localhost:8000

    ```bash
    php artisan serve
    ```
    ```bash
    npm run watch / yarn watch
    ```

    ## Demo Screenshots
    login

    public-quiz

    question

    quiz-list

    quiz

    results

    test-list