Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 545 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 545 Bytes

About TodoList mini project

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.