The Simple Task List In PHP is a simple project developed using PHP, JavaScript, and CSS. The project contains only an admin side. The admin does all the work like adding projects, tasks, or deleting the project from the list. The admin has to login first. This project makes a convenient way for the admin to keep the records of projects in a proper way.
About This Simple Task List PHP Project :
This Simple Task List is in PHP, JavaScript, Bootstrap, and CSS. Talking about the features of this system, it contains the admin section. All the editing, updating, managing products are from the admin section. This project follows the Crud operation.
How To Run This Simple Task List PHP Project ?
To run this project, you must have installed a virtual server i.e XAMPP on your PC (for Windows). This Simple Task List is in PHP with source code is free to download, Use for educational purposes only!
After Starting Apache and MySQL in XAMPP, follow the following steps.
- 1st Step: Extract file
- 2nd Step: Copy the main project folder
- 3rd Step: Paste in xampp/htdocs/
- 4th Step: Open a browser and go to URL “http://localhost/phpmyadmin/”
- 5th Step: Then, click on the databases tab
- 6th Step: Create a database naming “project” and then click on the import tab
- 7th Step: Click on browse file and select “project.sql” file
- 8th Step: Click on go.
After Creating Database,
- 9th Step: Open a browser and go to URL “http://localhost/TaskList”