Skip to content

abhighyaa/todoLaravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-Do Application

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. Homepage Register Login

There By, he can create tasks. create-tasks

Edit them by double clicking or through edit button. edit-task

User can sort the tasks by "present day tasks" as my day or time or as per his order. sort-by myorder

Archive tasks, trash tasks, pin tasks. options

User can view and unarchive the archived tasks. archived

User can view and restore from the trashed tasks. trashed

User can also create,delete or edit labels. labels

User can view tasks related to a particular label. label-specific-tasks

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. notifications

User can also edit his profile. edit-profile

Also "Scheduling" is used to empty trashed tasks every week. And overdue tasks are checked every midnight.

Built with

  1. Laravel
  2. JQuery
  3. AJAX
  4. Bootstrap

Prerequisites

  1. Laravel PHP framework
  2. Editor

Installing Laravel

Install composer. Issue the Composer create-project command in your terminal:

  composer create-project laravel/laravel {directory} 4.2 --prefer-dist

Server Requirements

  1. PHP >= 5.4
  2. MCrypt PHP Extension

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published