This project is a simple To-Do list using Bootstrap, PHP and JS It can perform simple operations like
=> Create a new Task.
=> Read all the tasks that are created.
=> Update a particular task upon a wrong entry.
=> Delete a particular task when the task is done.
Snapshots of the project =>
Searching for a particular Record!!
Steps to clone the project in your local PC. [I presume you have already installed xampp on your Local PC/laptop.]
-
Download the raw Zip file from the "CODE" section (It appears green in color).
-
Extract the contents from the zip file to the following path => C:\xampp\htdocs
-
Start the xampp software and start apache and mySQL server.From the same panel, click on "admin" button of MySQL (PHPmyAdmin server opens).
-
Create a new database named "tasks".
-
Go to import section and import "tasks.sql" file into the new database.
-
Open a preferred browser [google chrome is preferred], and type "localhost/Task_Today"
-
CAUTION : If you may have changed the folder name, type the new folder name instead of Task_Today in the above step.
And here we are all ready to set new goals for ourselves!!