TO DO WEB BASED APPLICATION
You are required to create a web-based ToDo application using:-
1. Front-end:-
o HTML
o CSS
o Javascript
2. Back-end:-
o PHP
o MySQL
This ToDo web-based application should have the following features:-
1. A login page for user to log into the application.
2. A Registration page for new user to register to the application.
3. Create, Retrieve, Update and Delete the ToDo list.
4. All ToDo information to be stored in a database.
5. Allow multiple user to use the same application.
6. A user can only create, retrieve, update and delete his/her own ToDo list.