{"id":16123613,"url":"https://github.com/mah-shamim/simple-todo-list-php","last_synced_at":"2025-10-07T16:06:38.247Z","repository":{"id":250764391,"uuid":"835401650","full_name":"mah-shamim/simple-todo-list-php","owner":"mah-shamim","description":"A basic to-do list application built with PHP, where users can add, edit, and delete tasks. Ideal for beginners looking to learn PHP and MySQL.","archived":false,"fork":false,"pushed_at":"2024-08-01T19:31:55.000Z","size":28,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-16T03:38:50.241Z","etag":null,"topics":["beginner-projects","code-examples","css","hands-on-projects","html","jquery","learning-resources","mysql","open-source","php","php-tutorials","task-management","to-do-list","web-application","web-development"],"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/mah-shamim.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-07-29T19:00:13.000Z","updated_at":"2024-11-23T11:29:56.000Z","dependencies_parsed_at":"2025-03-31T10:31:50.274Z","dependency_job_id":null,"html_url":"https://github.com/mah-shamim/simple-todo-list-php","commit_stats":null,"previous_names":["mah-shamim/simple-todo-list-php"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/mah-shamim/simple-todo-list-php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mah-shamim%2Fsimple-todo-list-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mah-shamim%2Fsimple-todo-list-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mah-shamim%2Fsimple-todo-list-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mah-shamim%2Fsimple-todo-list-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mah-shamim","download_url":"https://codeload.github.com/mah-shamim/simple-todo-list-php/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mah-shamim%2Fsimple-todo-list-php/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278803067,"owners_count":26048629,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"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":["beginner-projects","code-examples","css","hands-on-projects","html","jquery","learning-resources","mysql","open-source","php","php-tutorials","task-management","to-do-list","web-application","web-development"],"created_at":"2024-10-09T21:17:45.817Z","updated_at":"2025-10-07T16:06:38.218Z","avatar_url":"https://github.com/mah-shamim.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple To-Do List\nA basic to-do list application built with PHP and jQuery. Users can add, edit, and delete tasks seamlessly. Ideal for beginners looking to learn PHP and MySQL.\n\n### Install Process\n\n1. **Clone the Repository:**\n   ```sh\n   git clone https://github.com/yourusername/simple-todo-list-php.git\n   ```\n\n2. **Navigate to the Project Directory:**\n   ```sh\n   cd simple-todo-list-php\n   ```\n\n3. **Set Up the Database:**\n   - Create a MySQL database called `todo_list`.\n   - Import the provided SQL file to set up the necessary tables.\n     ```sh\n     mysql -u yourusername -p todo_list \u003c database.sql\n     ```\n\n4. **Configure the Database Connection:**\n   - Open the `config.php` file and update the database credentials.\n     ```php\n     \u003c?php\n     // config.php\n     $servername = \"localhost\";\n     $username = \"yourusername\";\n     $password = \"yourpassword\";\n     $dbname = \"todo_list\";\n\n     // Create connection\n     $conn = new mysqli($servername, $username, $password, $dbname);\n\n     // Check connection\n     if ($conn-\u003econnect_error) {\n         die(\"Connection failed: \" . $conn-\u003econnect_error);\n     }\n     ?\u003e\n     ```\n\n5. **Start a Local PHP Server:**\n   - Start the PHP built-in server.\n     ```sh\n     php -S localhost:8000\n     ```\n\n6. **Access the Application:**\n   - Open your web browser and navigate to `http://localhost:8000`.\n   \n### File Structure\n\nHere’s a basic file structure for your to-do list application:\n\n```\nsimple-todo-list-php/\n├── database.sql\n├── config.php\n├── index.php\n├── get_task.php\n├── add_task.php\n├── edit_task.php\n├── delete_task.php\n├── styles.css\n└── script.js\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmah-shamim%2Fsimple-todo-list-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmah-shamim%2Fsimple-todo-list-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmah-shamim%2Fsimple-todo-list-php/lists"}