Todo
This is a simple todo app for practice using PHP OOP with a MySQL DB
Temporarily styled with bootstrap4 and fontawesome
You can:
- Add a new task
- Set a task to Incomplete or Complete
- Update Task
- Delete Task
Todo:
Implement ORM concepts for DBImplement classes for tasksAllow updating task names and descriptionsUI OverhaulUpdate task on same page- Implement createdTime and updatedTime
- Implement deadline (due datetame)
- Sorting
- Daily view
- Weekly view
- Custom CSS