Features: 1.Create tasks 2.Read tasks 3.Update tasks 4.Delete tasks
Prerequisites: Before you begin, ensure you have met the following requirements: ->Web server (e.g., Apache, Nginx) installed ->PHP installed ->MySQL database server installed ->Basic understanding of web development concepts
Setup Instructions:
Database Setup Create a MySQL database named todo_db Update the database connection details in db_connection.php
Web Server Configuration Place the project files in the root directory of your web server. Start or restart your web server. Open your web browser and navigate to the project URL (e.g., http://localhost/todo-list)
Usage: Open the application in your web browser. Use the different sections to create, read, update, and delete tasks.