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)
- Host: GitHub
- URL: https://github.com/devxarif/quiz-system
- Owner: devxarif
- Created: 2023-04-16T05:52:38.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-26T19:24:07.000Z (over 2 years ago)
- Last Synced: 2025-07-10T16:28:46.413Z (12 months ago)
- Topics: alpinejs, laravel, laravel10, livewire, quiz, quiz-app, quizapp, quizsystem, tailwind-css, tailwindcss, tall-stack
- Language: PHP
- Homepage: https://quiz.devarif.co
- Size: 377 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
## 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





