This project is a simple web application developed in PHP to manage tasks. It provides basic functionalities such as adding, editing, and deleting tasks. It is a useful tool for organizing and managing your daily activities, whether on a personal or professional level.
- Add Tasks: Allows adding new tasks to the list.
- Edit Tasks: Allows editing the name or description of existing tasks.
- Delete Tasks: Allows deleting tasks from the list.
- Web server compatible with PHP (e.g., Apache).
- Installed PHP (version 7 or higher).
- MySQL or any other PHP-compatible database management system.
- Clone or download the repository to your web server.
- Import the database included in the
database.sqlfile into your database management system. - Configure the database connection in the
config.phpfile by providing the appropriate details for your MySQL server.
- Access the application through your web browser.
- Register a user account if necessary.
- Once inside, you can add new tasks, edit existing ones, or delete them as needed.
- Enjoy efficient task management!
Contributions are welcome. If you find any bugs or have ideas to improve the application, feel free to open an issue or submit a pull request on the project's repository.
This project is licensed under the MIT License. See the LICENSE file for more details.
If you have any questions or suggestions, feel free to contact the developer via email or by opening an issue on the project's repository.