{"id":16461804,"url":"https://github.com/MuhammadZulhusni/Task-List-Learning-Project","last_synced_at":"2025-04-29T04:31:01.143Z","repository":{"id":230702027,"uuid":"769956034","full_name":"MuhammadZulhusni/Task-List-Learning-Project","owner":"MuhammadZulhusni","description":"Simple web application built using Laravel, a PHP framework, designed to help users manage their tasks effectively. Users can create, view, edit, and delete tasks, as well as mark them as completed or incomplete.","archived":false,"fork":false,"pushed_at":"2024-10-01T16:35:22.000Z","size":16500,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-27T06:43:47.147Z","etag":null,"topics":["completed-project","laravel-framework","learning-project","task-list","to-do-list-app"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MuhammadZulhusni.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-03-10T14:33:53.000Z","updated_at":"2024-12-29T16:57:20.000Z","dependencies_parsed_at":"2024-07-19T21:01:33.752Z","dependency_job_id":"e7bf695c-af95-4cf7-a672-86d375d36637","html_url":"https://github.com/MuhammadZulhusni/Task-List-Learning-Project","commit_stats":null,"previous_names":["zulhusni2003/task-list","muhammadzulhusni/task-list","muhammadzulhusni/task-list-learning-project"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuhammadZulhusni%2FTask-List-Learning-Project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuhammadZulhusni%2FTask-List-Learning-Project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuhammadZulhusni%2FTask-List-Learning-Project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuhammadZulhusni%2FTask-List-Learning-Project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MuhammadZulhusni","download_url":"https://codeload.github.com/MuhammadZulhusni/Task-List-Learning-Project/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251432664,"owners_count":21588623,"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","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":["completed-project","laravel-framework","learning-project","task-list","to-do-list-app"],"created_at":"2024-10-11T11:09:26.536Z","updated_at":"2025-04-29T04:31:00.071Z","avatar_url":"https://github.com/MuhammadZulhusni.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Task List\n\n## Installation\n\nClone the repository\n\n    git clone https://github.com/MuhammadZulhusni/Task-List.git\n\nSwitch to the repo folder\n\n    cd Task-List\n\nInstall all the dependencies using composer\n\n    composer install\n\nCopy the example env file and make the required configuration changes in the .env file\n\n    cp .env.example .env\n\nGenerate a new application key\n\n    php artisan key:generate\n\nRun the database migrations (**Set the database connection in .env before migrating**)\n\n    php artisan migrate\n\nStart the local development server\n\n    php artisan serve\n\nYou can now access the server.\n    \n**Make sure you set the correct database connection information before running the migrations** [Environment variables](#environment-variables)\n\n    php artisan migrate\n    php artisan serve\n\n## Database seeding\n\nOpen the DummyDataSeeder and set the property values as per your requirement\n\n    database/seeds/DummyDataSeeder.php\n\nRun the database seeder and you're done\n\n    php artisan db:seed\n\n***Note*** : It's recommended to have a clean database before seeding. You can refresh your migrations at any point to clean the database by running the following command\n\n    php artisan migrate:refresh\n    \n## Usage\n\nOnce the installation is complete, you can use the task list application to manage your tasks.\n\n## Contributing\n\nContributions are welcome! If you'd like to contribute to the project, please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch for your feature (`git checkout -b feature/YourFeatureName`).\n3. Make your changes.\n4. Commit your changes (`git commit -am 'Add some feature'`).\n5. Push to the branch (`git push origin feature/YourFeatureName`).\n6. Create a new Pull Request.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMuhammadZulhusni%2FTask-List-Learning-Project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMuhammadZulhusni%2FTask-List-Learning-Project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMuhammadZulhusni%2FTask-List-Learning-Project/lists"}