Simple task management and focusing software. You can find the publicly hosted version at afrek.app.
Afrek's frontend and backend have to be served via separate commands:
php artisan serve
npm i
npm run dev
And now the app should be available on http://localhost:8000/.