This is a Task Management System built with PHP that allows users to create, manage, and track tasks. It’s a simple and beginner-friendly project for learning CRUD operations, PHP forms, and basic database interaction.
- Add new tasks with a title and description
- Mark tasks as completed or pending
- Edit and delete existing tasks
- View all tasks in a structured list
- Responsive and simple interface
- PHP – Backend logic and task management
- MySQL / SQLite – Database for storing tasks
- HTML5 & CSS3 – User interface
- Bootstrap (optional) – Styling and responsive design
!
💡 Usage
Add tasks using the Add Task form Edit or delete tasks using the corresponding buttons Mark tasks as Completed or Pending Track your workflow efficiently