- This is a simple todo list component made with Laravel 10, Livewire, and Tailwindcss. This is intended to be a widget on a larger project managment dashboard.
- Clone or download the code.
- Save the .env.example file as .env and update with your environment specifics (i.e. db credentials, ports)
- Run composer install
- Run npm install && npm run dev
- Run php artisan key:generate to generate your app key
- Run php artisan migrate
- Run php artisan serve to visit the site on your local server
- Register as a user and sign on
- Start adding tasks!
- have totals update without page refresh
- secure all views