Skip to content

A todo widget created with Laravel, Livewire, and Tailwindcss.

Notifications You must be signed in to change notification settings

ltwebb/todo-widget

Repository files navigation

Todo Widget

  • 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. todo-list

It features inline editing of tasks and each task is saved under the logged in user.

inline-edit

To run

  • Clone or download the code.
  • Save the .env.example file as .env and update with your environment specifics (i.e. db credentials, ports)
  • From your terminal

  • 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!

Still want to...

  • have totals update without page refresh
  • secure all views

This was built using these awesome products:

Releases

No releases published

Packages

No packages published

Languages