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.
- Add tasks with a title
- Mark tasks as completed
- View the list of tasks
- PHP
- MySQL
To run the application, follow these steps:
- Set up a PHP server and a MySQL database.
- Clone the repository or download the source code.
- Update the database configuration in the
db.php
file. - Import the
tasks.sql
file into your MySQL database to create the necessary table. - Start the PHP server.
- Open the application in a web browser.
- 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.
Contributions are welcome! If you would like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Push your changes to your forked repository.
- Submit a pull request with a description of your changes.
This project is licensed under the MIT License.