Skip to content

A simple task management web application built using PHP and MySQL.

Notifications You must be signed in to change notification settings

shishir-21/php-task-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PHP Task Manager

A simple task management web application built using PHP and MySQL that allows users to add, complete, and delete tasks.

Features

  • Add new tasks
  • Mark tasks as completed
  • Delete tasks
  • Persistent storage using MySQL
  • Clean and simple UI

Tech Stack

  • PHP
  • MySQL
  • HTML
  • CSS

Author

Shishir Mahato

Setup Instructions

  1. Install XAMPP or any local PHP server
  2. Create a MySQL database named task_manager
  3. Create a tasks table with fields:
    • id (INT, Primary Key, Auto Increment)
    • task_name (VARCHAR)
    • status (TINYINT)
  4. Place the project folder inside htdocs
  5. Start Apache and MySQL
  6. Open public/index.php in browser

About

A simple task management web application built using PHP and MySQL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published