Using this application users can login and create the tasks to be done.
User is welcomed by the home page. He can either register or login.
There By, he can create tasks.
Edit them by double clicking or through edit button.
User can sort the tasks by "present day tasks" as my day or time or as per his order.
Archive tasks, trash tasks, pin tasks.
User can view and unarchive the archived tasks.
User can view and restore from the trashed tasks.
User can also create,delete or edit labels.
User can view tasks related to a particular label.
User can add and remove labels at Index page itself. ![label-add-remove](https://raw.githubusercontent.com/Abhighyaa/todoLaravel/master/Screenshot from 2018-07-05 11-17-55.png)
User can view notifications like overdue tasks etc.
User can also edit his profile.
Also "Scheduling" is used to empty trashed tasks every week. And overdue tasks are checked every midnight.
- Laravel
- JQuery
- AJAX
- Bootstrap
- Laravel PHP framework
- Editor
Install composer. Issue the Composer create-project command in your terminal:
composer create-project laravel/laravel {directory} 4.2 --prefer-dist
- PHP >= 5.4
- MCrypt PHP Extension