Skip to content

devboyarif/quiz-system

Repository files navigation

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

    # 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

    php artisan serve
    npm run watch / yarn watch

    Demo Screenshots

    login
    public-quiz
    question
    quiz-list
    quiz
    results
    test-list