{"id":15103771,"url":"https://github.com/tbhaxor/taskify","last_synced_at":"2025-10-25T21:30:27.950Z","repository":{"id":239374857,"uuid":"799341502","full_name":"tbhaxor/Taskify","owner":"tbhaxor","description":"A tutorial todo application using laravel framework.","archived":false,"fork":false,"pushed_at":"2025-01-25T15:14:16.000Z","size":786,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-25T16:19:57.997Z","etag":null,"topics":["hacktoberfest","inertiajs","laravel","phpunit","render","todolist","tutorial","vite"],"latest_commit_sha":null,"homepage":"https://taskify.tbhaxor.com/","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/tbhaxor.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-05-11T20:57:51.000Z","updated_at":"2025-01-25T15:14:18.000Z","dependencies_parsed_at":"2024-12-18T18:42:44.749Z","dependency_job_id":"958f8d83-603d-4adc-8dc0-f7fa45b4282b","html_url":"https://github.com/tbhaxor/Taskify","commit_stats":{"total_commits":172,"total_committers":1,"mean_commits":172.0,"dds":0.0,"last_synced_commit":"648532bb90ef39361054d87cf488e315a7019950"},"previous_names":["tbhaxor/taskify"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbhaxor%2FTaskify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbhaxor%2FTaskify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbhaxor%2FTaskify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbhaxor%2FTaskify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tbhaxor","download_url":"https://codeload.github.com/tbhaxor/Taskify/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238207671,"owners_count":19434095,"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":["hacktoberfest","inertiajs","laravel","phpunit","render","todolist","tutorial","vite"],"created_at":"2024-09-25T19:42:00.587Z","updated_at":"2025-10-25T21:30:22.531Z","avatar_url":"https://github.com/tbhaxor.png","language":"PHP","readme":"# Taskify\n\nTaskify is a simple yet powerful To-Do application built with Laravel. It allows users to manage their tasks by creating\ntask groups, adding tasks, and collaborating with others. With role-based access control (RBAC) and email notifications,\nTaskify provides a robust solution for individual and team productivity.\n\n## Screenshots\n\n![Task Group Page](https://i.imgur.com/bkHqT3b.png)\n\n![Show Task Group](https://i.imgur.com/OMyTAc9.png)\n\n![List Roles Page](https://i.imgur.com/9X2ipu7.png)\n\n## Features\n\n### 1. Task Groups\n\n- **Create Task Groups:** Organise your tasks by grouping them into categories or projects.\n- **Manage Tasks:** Add, edit, or delete tasks within each group to keep track of your progress.\n\n### 2. Role-Based Access Control (RBAC)\n\n- **User Roles:** Assign specific roles to users within a task group, such as Admin, Editor, or Viewer.\n- **Custom Permissions:** Control who can create, edit, or delete tasks, and manage the group settings.\n\n### 3. Collaboration\n\n- **Invite Users:** Collaborate with others by inviting them to join your task group.\n- **Role Management:** Change user roles at any time to adjust their permissions.\n- **Notifications:** Users receive email notifications when invited to a task group, or when their role changes.\n\n## Installation\n\nTo get started with Taskify, follow the instructions below.\n\n### Prerequisites\n\n- PHP 8.3\n- Composer\n- MySQL or any other supported database\n- Laravel 11.x\n\n### Steps\n\n1. **Clone the Repository**\n    ```bash\n    git clone https://github.com/tbhaxor/Taskify.git\n    cd Taskify\n    ```\n\n2. **Install Dependencies**\n    ```bash\n    composer install\n    npm install\n    npm run dev\n    ```\n\n3. **Set Up Environment**\n    - Duplicate the `.env.example` file and rename it to `.env`.\n    - Update the `.env` file with your database and mail server settings.\n    - For authentication, we are using zitadel. Please check [this link](https://socialiteproviders.com/Zitadel/) to\n      configure it.\n\n4. **Generate Application Key**\n    ```bash\n    php artisan key:generate\n    ```\n\n5. **Run Migrations**\n    ```bash\n    php artisan migrate\n    ```\n\n6. **Start the Development Server**\n    ```bash\n    php artisan serve\n    ```\n\n## Usage\n\nOnce installed, you can start using Taskify by accessing it in your web browser.\n\n### Creating a Task Group\n\n1. Navigate to the \"Task Groups\" section.\n2. Click on \"Create New Group\" and provide a name for your group.\n3. Once created, you can start adding tasks to your group.\n\n### Managing Tasks\n\n- **Add Task:** Within a task group, click on \"Add New Task\" to create a task.\n- **Edit Task:** Click on a task to edit its details.\n- **Delete Task:** Remove a task by clicking the delete option next to it.\n- **Update Task** Click on the edit task button to update its title, status and description of it.\n\n\u003e ![NOTE]\n\u003e\n\u003e If the status is set to completed, you can't change it to in-progress or any other status. Instead, you should create\n\u003e a new task.\n\n### Inviting Users\n\n1. Go to the task group where you want to add collaborators.\n2. Click on \"Show User Invite\" and enter their email address.\n3. Assign them a role (Admin, Editor, Viewer) and send the invitation.\n4. The user will receive an email invitation to join the group.\n\n### Changing User Roles\n\n1. In the task group, go to the \"Show Group Sharing\" section.\n2. Click on the user's current role and select a new role from the dropdown.\n\n## Contributing\n\nContributions are welcome! To contribute:\n\n1. Fork the repository.\n2. Create a new branch (`git checkout -b your branch`).\n3. Make your changes.\n4. Commit your changes (`git commit -m 'Add some feature'`).\n5. Push to the branch (`git push origin feature-branch`).\n6. Create a pull request.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Contact\n\nFor any questions or suggestions, feel free to open an issue or contact the repository owner at [your email address].\n\n---\n\n**Happy Tasking! 🖖**\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftbhaxor%2Ftaskify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftbhaxor%2Ftaskify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftbhaxor%2Ftaskify/lists"}