No bullshit live team status board!
I don't know why this exists, Maybe coz I was bored. Visit Demo App.
- Live Status with Polling.
- Auto Mode - Keep you online till you are on website.
- Manual Mode - Hide yourself if you want to.
- Let other know what you doing.
- Create multiple teams and invite members.
- PHP 8+
- Composer
- MySQL 8+ or Postgres 11+
- NPM (NodeJS)
Just like basic laravel install procedure.
- git clone https://github.com/Xinecraft/TeamStatusBoard.git
- cd TeamStatusBoard
- composer install
- npm install && npm run prod
- cp .env.example .env
- php artisan key:generate
- npm run db:migrate
- php artisan storage:link
- done!
Note: make sure to set SMTP details in .env for invite emails to work.
Just open a PR. What you waiting for 🤔
I think its MIT license.