TODO-App Simple to-do app with full authentication system (Signup, login, logout) and crud operations. Display every user his own tasks.
Using HTML, CSS, Bootstrap as front-end
PHP, OOP, MySQL and PDO connections as a backend
1- every user can add his own tasks and display created at time
2- every user can edit his own tasks and display updated at time
3- update task status from and to (todo, doing, done).
4- edit task in any status
5- delete tasks in any status