Skip to content

This is a simple PHP-based task management application that allows users to create tasks, mark them as completed, and view the list of tasks. It provides a basic interface for managing personal or team tasks.

License

Notifications You must be signed in to change notification settings

ankitwebdev/taskmanagement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Management Application

This is a simple PHP-based task management application that allows users to create tasks, mark them as completed, and view the list of tasks. It provides a basic interface for managing personal or team tasks.

Features

  • Add tasks with a title
  • Mark tasks as completed
  • View the list of tasks

Technologies Used

  • PHP
  • MySQL

Setup Instructions

To run the application, follow these steps:

  1. Set up a PHP server and a MySQL database.
  2. Clone the repository or download the source code.
  3. Update the database configuration in the db.php file.
  4. Import the tasks.sql file into your MySQL database to create the necessary table.
  5. Start the PHP server.
  6. Open the application in a web browser.

Usage

  • Open the application in a web browser.
  • Enter a task title in the "Add Task" section and click the "Add" button to add a new task.
  • Mark tasks as completed by checking the corresponding checkbox.
  • The task list will update automatically.

Contributing

Contributions are welcome! If you would like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them.
  4. Push your changes to your forked repository.
  5. Submit a pull request with a description of your changes.

License

This project is licensed under the MIT License.

About

This is a simple PHP-based task management application that allows users to create tasks, mark them as completed, and view the list of tasks. It provides a basic interface for managing personal or team tasks.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published