{"id":15173206,"url":"https://github.com/ankitjha2202/task_management_tool","last_synced_at":"2026-01-25T06:40:27.083Z","repository":{"id":252837026,"uuid":"841607800","full_name":"Ankitjha2202/task_management_tool","owner":"Ankitjha2202","description":"TaskManagementApp is designed to streamline project management with efficient task creation, assignment, tracking and profile updation. ","archived":false,"fork":false,"pushed_at":"2024-11-17T16:25:50.000Z","size":510,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-31T15:40:06.907Z","etag":null,"topics":["aws","cypress","nextjs","pagerouter","prisma-orm","sst","supabase","supabase-auth","t3-stack","tailwindcss"],"latest_commit_sha":null,"homepage":"https://d1mz4vajeg025u.cloudfront.net","language":"TypeScript","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/Ankitjha2202.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-08-12T18:42:14.000Z","updated_at":"2024-11-17T16:25:53.000Z","dependencies_parsed_at":"2024-08-24T12:31:01.345Z","dependency_job_id":null,"html_url":"https://github.com/Ankitjha2202/task_management_tool","commit_stats":null,"previous_names":["ankitjha2202/task_management_tool"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ankitjha2202%2Ftask_management_tool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ankitjha2202%2Ftask_management_tool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ankitjha2202%2Ftask_management_tool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ankitjha2202%2Ftask_management_tool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ankitjha2202","download_url":"https://codeload.github.com/Ankitjha2202/task_management_tool/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238264674,"owners_count":19443388,"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":["aws","cypress","nextjs","pagerouter","prisma-orm","sst","supabase","supabase-auth","t3-stack","tailwindcss"],"created_at":"2024-09-27T10:42:29.443Z","updated_at":"2025-10-26T05:30:45.720Z","avatar_url":"https://github.com/Ankitjha2202.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TaskManagementApp\n\nTaskManagementApp is a comprehensive task management platform designed to streamline project management activities, from task creation to tracking and assignment. Built with the T3 stack, this application integrates a modern frontend built with Next.js and Tailwind CSS, a serverless backend powered by SST on AWS, and a robust database using Supabase.\n\n![Project Diagram](https://i.postimg.cc/8c5FDRhs/Image-25-08-24-at-12-52-AM.jpg)\n\n## Features\n\n### 1. Task Management Interface\n\n- **Task Creation:** Easily create tasks with detailed descriptions.\n- **Assignment:** Assign tasks to team members, set deadlines, and prioritize with tags.\n- **Tracking:** Monitor task progress and ensure timely completion.\n![Project Main](https://i.postimg.cc/QM9Bk9GT/Image-25-08-24-at-8-33-PM.jpg)\n![Task Creation](https://i.postimg.cc/QCBnjJRM/Image-25-08-24-at-8-40-PM.jpg)\n![Project Task](https://i.postimg.cc/t4PQ3pvg/Image-25-08-24-at-8-31-PM.jpg)\n\n### 2. User Profile and Project Settings\n\n- **User Profile:** Allows team members to manage their personal information and preferences.\n- **Project Settings:** Customize project-specific settings to suit team needs.\n![Profile Settings](https://i.postimg.cc/HLDJzWpv/Image-25-08-24-at-8-56-PM.jpg)\n\n## Tech Stack\n\n- **Frontend:** Next.js, Tailwind CSS\n- **Backend:** SST (Serverless Stack) on AWS\n- **Database:** Supabase with Prisma ORM\n- **Authentication:** Supabase Authentication\n- **Testing:** Cypress for Unit testing\n\n## Installation\n\n### Prerequisites\n\n- **Node.js** (v14 or later) installed on your local machine.\n- **npm** (Node Package Manager) or **Yarn**.\n\n### Clone the Repository\n\n1. **Clone the repository:**\n    ```bash\n    git clone https://github.com/Ankitjha2202/task_management_tool.git\n    ```\n\n2. **Navigate to the project directory:**\n    ```bash\n    cd task_management_tool\n    ```\n\n### Set Up Environment Variables\n\n1. **Create a `.env` file in the root directory.**\n\n2. **Add your Supabase, AWS, and Prisma database credentials to the `.env` file:**\n    ```env\n    NEXT_PUBLIC_SUPABASE_URL=https://your-supabase-url.supabase.co\n    NEXT_PUBLIC_SUPABASE_ANON_KEY=your-anon-key\n    AWS_ACCESS_KEY_ID=your-access-key-id\n    AWS_SECRET_ACCESS_KEY=your-secret-access-key\n    DATABASE_URL=postgresql://user:password@localhost:5432/mydatabase\n    ```\n\n### Install Dependencies\n\n1. **Install the necessary dependencies:**\n    ```bash\n    npm install\n    ```\n    or, if using Yarn:\n    ```bash\n    yarn install\n    ```\n\n### Set Up Prisma\n\n1. **Initialize Prisma:**\n    ```bash\n    npx prisma init\n    ```\n\n2. **Migrate the Database:**\n    Run the migration to set up the database schema:\n    ```bash\n    npx prisma migrate dev --name init\n    ```\n\n3. **Generate Prisma Client:**\n    Generate the Prisma client to interact with the database:\n    ```bash\n    npx prisma generate\n    ```\n\n### Run the Development Server\n\n1. **Start the development server:**\n    ```bash\n    npm run dev\n    ```\n    or, if using Yarn:\n    ```bash\n    yarn dev\n    ```\n\n2. **Access the application:**\n    Open `http://localhost:3000` in your browser.\n\n## Deployed Site\n\nThe application is deployed using AWS and SST. You can access the live version of the application at [https://d1mz4vajeg025u.cloudfront.net/](https://d1mz4vajeg025u.cloudfront.net/).\n\n## Testing with Cypress\n\nCypress is used for end-to-end testing in this project. In addition to testing the main user interface, I have also added tests for utility functions found in the `appUtils` folder.\n\n### Tests for `appUtils`\n\nThe `appUtils` folder contains important utility functions like `showSuccess` and `showError`. These functions are used to display success and error messages throughout the application. Here’s how you can run the tests:\n\n### Install Cypress\n\n1. **Install Cypress as a development dependency:**\n    ```bash\n    npm install cypress --save-dev\n    ```\n    or, if using Yarn:\n    ```bash\n    yarn add cypress --dev\n    ```\n\n### Run Cypress Tests\n\n1. **Open Cypress Test Runner:**\n    ```bash\n    npx cypress open\n    ```\n\n2. **Run all tests:**\n    The Test Runner will display all available tests, including those for the `appUtils` functions. Click on any test to run it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankitjha2202%2Ftask_management_tool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fankitjha2202%2Ftask_management_tool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankitjha2202%2Ftask_management_tool/lists"}