Skip to content

DanilaD/laravel-todo

Repository files navigation

Task Manager with Drag And Drop Laravel + Livewire

INSTALL

  • get from repostory git@github.com:DanilaD/laravel-todo.git
  • setup .ENV (connect to Db)
  • php artisan key:generate
  • composer install
  • php artisan migrate
  • php artisan db:seed
  • npm install
  • npm run dev

DESCRIPTION

Simple Laravel web application for task management:

  • Create task (info to save: task name, priority, timestamps)
  • Edit task
  • Delete task
  • Reorder tasks with drag and drop in the browser. Priority should automatically be updated based on this. #1 priority goes at top, #2 next down and so on.
  • Tasks should be saved to a mysql table.
  • User can select a project from a dropdown and only view tasks associated with that project.
  • Search by name

Contact

About

Laravel web application for task management

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published