{"id":18706557,"url":"https://github.com/maruf-pfc/todo-app-using-php-mysql","last_synced_at":"2026-04-12T02:33:36.205Z","repository":{"id":258304942,"uuid":"861816248","full_name":"maruf-pfc/todo-app-using-php-mysql","owner":"maruf-pfc","description":"A simple web-based To-Do Application built using PHP, MySQL, HTML, CSS, and JavaScript. This project allows users to manage their tasks efficiently by adding, updating, and deleting to-do items.","archived":false,"fork":false,"pushed_at":"2024-09-23T15:00:48.000Z","size":95,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-19T06:38:43.182Z","etag":null,"topics":["css","html","javascript","mysql","php"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maruf-pfc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-23T14:59:25.000Z","updated_at":"2024-09-23T17:23:08.000Z","dependencies_parsed_at":"2024-10-18T11:27:47.805Z","dependency_job_id":"e800a764-37d8-4f8c-ae2a-69b63f79f3da","html_url":"https://github.com/maruf-pfc/todo-app-using-php-mysql","commit_stats":null,"previous_names":["maruf-pfc/todo-app-using-php-mysql"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maruf-pfc/todo-app-using-php-mysql","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maruf-pfc%2Ftodo-app-using-php-mysql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maruf-pfc%2Ftodo-app-using-php-mysql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maruf-pfc%2Ftodo-app-using-php-mysql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maruf-pfc%2Ftodo-app-using-php-mysql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maruf-pfc","download_url":"https://codeload.github.com/maruf-pfc/todo-app-using-php-mysql/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maruf-pfc%2Ftodo-app-using-php-mysql/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31702580,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T21:17:31.016Z","status":"online","status_checked_at":"2026-04-12T02:00:06.763Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","html","javascript","mysql","php"],"created_at":"2024-11-07T12:14:30.930Z","updated_at":"2026-04-12T02:33:36.176Z","avatar_url":"https://github.com/maruf-pfc.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# To-Do Application\n\nA simple web-based **To-Do Application** built using **PHP**, **MySQL**, **HTML**, **CSS**, and **JavaScript**. This project allows users to manage their tasks efficiently by adding, updating, and deleting to-do items.\n\n## Features\n\n- Add new to-do items with task details.\n- Update existing to-do items using a modal form.\n- Delete to-do items from the database.\n- Display success or error messages after operations.\n- Input validation for required fields.\n- Modal implementation for the update functionality.\n\n## Table of Contents\n\n- [To-Do Application](#to-do-application)\n  - [Features](#features)\n  - [Table of Contents](#table-of-contents)\n  - [Installation](#installation)\n    - [Prerequisites](#prerequisites)\n    - [Steps](#steps)\n  - [Technologies Used](#technologies-used)\n  - [License](#license)\n\n## Installation\n\n### Prerequisites\nEnsure you have the following installed on your system:\n- [XAMPP](https://www.apachefriends.org/index.html) (or any PHP \u0026 MySQL environment)\n- [VSCode](https://code.visualstudio.com/) (or any code editor)\n\n### Steps\n\n1. **Clone the repository:**\n   ```bash\n   git clone https://github.com/your-username/todo-app-using-php-mysql.git\n    ```\n\n2. **Start Apache and MySQL servers using XAMPP.**\n3. **Import the database:**\n   - Open `phpmyadmin` in your browser.\n   - Create a new database named `todo_app`.\n   - Import the `todo_app.sql` file located in the `database` folder.\n4. **Move the project files:**\n5. **Open the project in your browser:**\n   - Open your browser and go to `http://localhost/todo-app-using-php-mysql/`.\n\n## Usage\n\n1. **Add a new to-do item:**\n   - Click on the `Add Task` button.\n   - Enter the task title and description.\n   - Click the `Add Task` button to save the task.\n   - A success message will be displayed if the task is added successfully.\n   - An error message will be displayed if the task is not added.\n   - Click the `X` button to close the modal.\n\n2. **Update a to-do item:**\n    - Click on the `Edit` button of the task you want to update.\n    - Update the task title and description.\n    - Click the `Update Task` button to save the changes.\n    - A success message will be displayed if the task is updated successfully.\n    - An error message will be displayed if the task is not updated.\n    - Click the `X` button to close the modal.\n\n3. **Delete a to-do item:** \n    - Click on the `Delete` button of the task you want to delete.\n    - Click the `Yes` button to confirm the deletion.\n    - A success message will be displayed if the task is deleted successfully.\n    - An error message will be displayed if the task is not deleted.\n\n## File Structure\n\nThe project files are organized as follows:\n\n```bash\n📦todo-app-using-php-mysql\n ┣ 📂images\n ┃ ┣ 📜delete.png\n ┃ ┣ 📜project.png\n ┃ ┗ 📜update.png\n ┣ 📂utilities\n ┃ ┣ 📜dbcon.php\n ┃ ┣ 📜footer.php\n ┃ ┣ 📜header.php\n ┃ ┗ 📜script.js\n ┣ 📜README.md\n ┣ 📜deleteStudent.php\n ┣ 📜index.php\n ┣ 📜insertStudent.php\n ┣ 📜style.css\n ┗ 📜updateStudent.php\n```\n\n## Technologies Used\n\n- **Frontend:** HTML, CSS, JavaScript\n- **Backend:** PHP\n- **Database:** MySQL\n- **Database Management:** phpMyAdmin\n- **Development Environment:** XAMPP\n- **Code Editor:** Visual Studio Code\n\n![Tech Stack](./images/project.png)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaruf-pfc%2Ftodo-app-using-php-mysql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaruf-pfc%2Ftodo-app-using-php-mysql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaruf-pfc%2Ftodo-app-using-php-mysql/lists"}