https://github.com/19ajikamaludin/hootka
kahoot clone with laravel, inertia and soketi
https://github.com/19ajikamaludin/hootka
inertiajs kahoot laravel reactjs soketi
Last synced: 2 months ago
JSON representation
kahoot clone with laravel, inertia and soketi
- Host: GitHub
- URL: https://github.com/19ajikamaludin/hootka
- Owner: 19ajikamaludin
- Created: 2023-02-12T03:49:55.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2025-06-09T16:51:10.000Z (4 months ago)
- Last Synced: 2025-07-11T13:51:37.159Z (3 months ago)
- Topics: inertiajs, kahoot, laravel, reactjs, soketi
- Language: JavaScript
- Homepage: https://hootka.ajikamaludin.id/
- Size: 3.85 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hootka - Laravel inertiajs
Simple Kahoot Clone to play quiz in class built with laravel inertia echo and soketi
## Support me
## Requirements
- PHP 8.0 or latest
- Node 16+ or latest## How to run
```bash
cp .env.example .env # configure app for laravel
touch database/database.sqlite # if you use .env.example with default sqlite database
composer install
npm install
npm run dev # compiling asset for development
```## Default User
```text
username : admin@admin.com
password : password
```## Compile Assets ( to prod )
```bash
npm run build
```## Screenshot

## Rsync
```bash
rsync -arP -e 'ssh -p 224' --exclude=node_modules --exclude=.git --exclude=.env --exclude=storage --exclude=public/hot . arm@ajikamaludin.id:/home/arm/projects/hootka
```