quiz-system

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

Stars
7
Committers
1

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

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