A simple task management web application built using PHP and MySQL that allows users to add, complete, and delete tasks.
- Add new tasks
- Mark tasks as completed
- Delete tasks
- Persistent storage using MySQL
- Clean and simple UI
- PHP
- MySQL
- HTML
- CSS
Shishir Mahato
- Install XAMPP or any local PHP server
- Create a MySQL database named
task_manager - Create a
taskstable with fields:- id (INT, Primary Key, Auto Increment)
- task_name (VARCHAR)
- status (TINYINT)
- Place the project folder inside
htdocs - Start Apache and MySQL
- Open
public/index.phpin browser