To get the main route Click here
This mini project created by livewire. All Methods is written in App\Livewire\TodoList Class.
To store new task, STORE method is applied that contains 4 parammeters (title(required),description,endDate,priority(required))
To update, Update method is applied.
To change task status, ChangeStatus is appllied.
For high priority tasks redis is used and for medium and low priority MYSQL is used.
For broadcasting Reverb is used and laravel echo.