{"id":15105718,"url":"https://github.com/azozzalfiras/qi-task","last_synced_at":"2026-01-06T05:07:54.906Z","repository":{"id":250627917,"uuid":"834991209","full_name":"AzozzALFiras/qi-task","owner":"AzozzALFiras","description":"Advanced Task: Build a Task Management Dashboard Objective: Create a task management dashboard where authenticated users can manage projects and tasks. The application should use Laravel for the backend, Livewire for real-time updates, and TailwindCSS for a responsive and modern UI.","archived":false,"fork":false,"pushed_at":"2024-07-29T00:50:48.000Z","size":3021,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-08T04:31:50.401Z","etag":null,"topics":["api","component","laravel","livewire","php","rest-api","tailwindcss","tasks"],"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/AzozzALFiras.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-07-28T23:23:02.000Z","updated_at":"2024-07-29T00:50:51.000Z","dependencies_parsed_at":"2024-07-29T01:02:21.724Z","dependency_job_id":"a5617ff0-0ab3-4a28-be1d-5d5bbda760a2","html_url":"https://github.com/AzozzALFiras/qi-task","commit_stats":null,"previous_names":["azozzalfiras/qi-task"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AzozzALFiras%2Fqi-task","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AzozzALFiras%2Fqi-task/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AzozzALFiras%2Fqi-task/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AzozzALFiras%2Fqi-task/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AzozzALFiras","download_url":"https://codeload.github.com/AzozzALFiras/qi-task/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245526071,"owners_count":20629834,"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":["api","component","laravel","livewire","php","rest-api","tailwindcss","tasks"],"created_at":"2024-09-25T20:42:22.619Z","updated_at":"2026-01-06T05:07:54.825Z","avatar_url":"https://github.com/AzozzALFiras.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003ca href=\"https://qi.iq/\" target=\"_blank\"\u003e\u003cimg src=\"https://qi.iq/images/logo.svg?1=1\" width=\"400\" alt=\"QI Logo\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n## Project Overview\n\n### Task Management Dashboard\n\nThis application provides a task management dashboard where authenticated users can manage projects and tasks. It uses Laravel for the backend, Livewire for real-time updates, and TailwindCSS for a modern, responsive UI.\n\n## Table of Contents\n\n1. **[Project Overview](#project-overview)**\n   - [Task Management Dashboard](#task-management-dashboard)\n   - [Requirements](#requirements)\n   - [Installation](#Installation)\n\n\n2. **[[API Endpoints](#api-endpoints)](https://github.com/AzozzALFiras/qi-task/tree/main/api)**\n3. **[Screenshots](#screenshots)**\n\n\n   ## Installation\n\nBefore you begin, ensure you have met the following requirements:\n\n- **PHP**: ^8.1\n- **GuzzleHTTP**: ^7.2\n- **Laravel Framework**: ^10.10\n- **Laravel Sanctum**: ^3.3\n- **Laravel Tinker**: ^2.8\n- **Livewire**: ^3.5\n- **Composer**: For managing PHP dependencies\n\n\nTo install and set up the project, follow these steps:\n\n1. **Clone the Repository**\n\n   ```bash\n   git clone https://github.com/AzozzALFiras/qi-task.git\n   cd qi-task\n   ```\n\n   2. **Install Dependencies**\n   #### Use Composer to install the PHP dependencies specified in composer.json.\n\n   ```bash\n   composer install\n   ```\n\n\n3. **Set Up Environment**\n   #### Copy the .env.example file to .env and configure your environment variables as needed.\n\n   ```bash\n   cp .env.example .env\n   ```\n\n   4. **Generate Application Key**\n   #### Run the following command to generate a new application key.\n\n   ```bash\n   php artisan key:generate\n   ```\n\n      5. **Run Migrations**\n   #### Migrate the database to create the necessary tables.\n\n   ```bash\n   php artisan migrate\n   ```\n   \n      6. **Start the Development Servers**\n   #### Use Laravel’s built-in server to start the application.\n   ```bash\n   php artisan serve\n   ```\n\n    \n\n### Requirements\n\n1. **User Authentication**:\n   - Implement user registration, login, and logout using Laravel's built-in authentication.\n\n2. **Projects and Tasks**:\n   - Users can create, update, and delete projects.\n   - Each project can have multiple tasks.\n   - Tasks can be marked as complete or incomplete.\n   - Use Livewire to manage interactions for creating, updating, deleting, and marking tasks.\n\n3. **Dashboard**:\n   - Display a dashboard showing all projects and their associated tasks.\n\n4. **Styling**:\n   - Use TailwindCSS to design a clean, modern, and user-friendly interface.\n\n5. **API**:\n   - Build an API to handle the above functionalities.\n\n\n\n## Screenshots\n\n![Welcome Page](https://raw.githubusercontent.com/AzozzALFiras/qi-task/main/Screenshots/1.png)\n\n![Dashboard Page](https://raw.githubusercontent.com/AzozzALFiras/qi-task/main/Screenshots/2.png)\n\n![Projects Page](https://raw.githubusercontent.com/AzozzALFiras/qi-task/main/Screenshots/3.png)\n\n![Create New Projects Page](https://raw.githubusercontent.com/AzozzALFiras/qi-task/main/Screenshots/4.png)\n\n![Update Projects Page](https://raw.githubusercontent.com/AzozzALFiras/qi-task/main/Screenshots/5.png)\n\n![Add New Task For Projects Page](https://raw.githubusercontent.com/AzozzALFiras/qi-task/main/Screenshots/6.png)\n\n![Alerts Success etc Page](https://raw.githubusercontent.com/AzozzALFiras/qi-task/main/Screenshots/7.png)\n\n![Edit Tasks Page](https://raw.githubusercontent.com/AzozzALFiras/qi-task/main/Screenshots/8.png)\n\n![Update Tasks Page](https://raw.githubusercontent.com/AzozzALFiras/qi-task/main/Screenshots/9.png)\n\n![Show Tasks Page](https://raw.githubusercontent.com/AzozzALFiras/qi-task/main/Screenshots/10.png)\n\n![Profile edit Page](https://raw.githubusercontent.com/AzozzALFiras/qi-task/main/Screenshots/11.png)\n\n![Password \u0026 Delete Account Page](https://raw.githubusercontent.com/AzozzALFiras/qi-task/main/Screenshots/12.png)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazozzalfiras%2Fqi-task","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazozzalfiras%2Fqi-task","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazozzalfiras%2Fqi-task/lists"}