This taskList program implements a web app that can be used as a task list. When completed it will be able to have multiple users, store mltiple projects for each user, with multiple tasks for each project. Each task will store the date created, the due date, the completion date, the status, and a short description of what needs to be completed.
As of 12/22/2012
- Database has been constructed
- Login and authentication have been done in rough form
- Started working on displaying a user's tasks and projects