The Task Manager Application 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. There is no login system for this application. This project makes a convenient way for the admin to keep the records of projects in a proper way.
About Task Manager Application In PHP
This Task Manager 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 Task Manager Application In PHP ?
To run this project, you must have installed a virtual server i.e XAMPP on your PC (for Windows). After Starting Apache and MySQL in XAMPP, follow the following steps.
- Extract file
- Copy the main project folder
- Paste in xampp/htdocs/
- Open a browser and go to URL “http://localhost/phpmyadmin/”
- Then, click on the databases tab
- Create a database naming “sqlScript” and then click on the import tab
- Click on browse file and select “sqlScript.sql” file
- Click on go.
After Creating Database,
- Open a browser and go to URL “http://localhost/TaskManager”