{"id":15130214,"url":"https://github.com/dev-faisal-ahmed/taskflow","last_synced_at":"2026-01-18T11:42:10.002Z","repository":{"id":256807380,"uuid":"854383300","full_name":"dev-faisal-ahmed/TaskFlow","owner":"dev-faisal-ahmed","description":"This To-Do List application allows users to manage their daily tasks effectively. Users can create, categorize, and manage tasks while receiving email notifications for completed tasks. Deleted tasks are moved to a trash folder, offering easy restoration.","archived":false,"fork":false,"pushed_at":"2025-02-25T16:43:08.000Z","size":589,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-25T17:35:58.592Z","etag":null,"topics":["apollo-client","generative-ai","graphql","hasura","nextjs","postgresql"],"latest_commit_sha":null,"homepage":"https://ost-task-flow.vercel.app/","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/dev-faisal-ahmed.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-09-09T04:28:50.000Z","updated_at":"2025-02-25T16:43:13.000Z","dependencies_parsed_at":"2024-09-18T00:24:24.630Z","dependency_job_id":null,"html_url":"https://github.com/dev-faisal-ahmed/TaskFlow","commit_stats":null,"previous_names":["dev-faisal-ahmed/taskflow"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-faisal-ahmed%2FTaskFlow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-faisal-ahmed%2FTaskFlow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-faisal-ahmed%2FTaskFlow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-faisal-ahmed%2FTaskFlow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dev-faisal-ahmed","download_url":"https://codeload.github.com/dev-faisal-ahmed/TaskFlow/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247393540,"owners_count":20931809,"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":["apollo-client","generative-ai","graphql","hasura","nextjs","postgresql"],"created_at":"2024-09-26T02:42:13.257Z","updated_at":"2026-01-18T11:42:09.919Z","avatar_url":"https://github.com/dev-faisal-ahmed.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Task Flow\n\nA feature-rich, user-friendly To-Do List application built with **Next.js**, **Hasura**, and **TypeScript**. This project includes user authentication, task management, categories, and optional AI-based task suggestions.\n\n## Project Description\n\nThis To-Do List application allows users to manage their daily tasks effectively. Users can create, categorize, and manage tasks while receiving email notifications for completed tasks. Deleted tasks are moved to a trash folder, offering easy restoration.\n\n## Project Overview Video : \u003ca target=\"_blank\" href=\"https://www.loom.com/share/8b726b23bf9048c79fd8a21af2a52976?sid=9a826d55-3660-412e-8ab5-ba2a115636f0\"\u003eClick Here\u003c/a\u003e\n\n## Features\n\n- **User Authentication**: Secure login and signup with email.\n- **To-Do Task Management**: Create, update, delete, and restore tasks.\n- **Task Categories**: Organize tasks by category.\n- **Email Notifications**: Automatic email notifications upon task completion.\n- **Trash Folder**: Deleted tasks are stored in a trash folder for easy recovery.\n- **Filtering**: Tasks can be filtered based on status, category, or search keywords.\n- **Optional AI Suggestions**: Generate task description using AI.\n\n## Technologies Used\n\n- **Next.js**: Server-side rendering and static site generation.\n- **Hasura**: Real-time GraphQL engine for managing data and handling APIs.\n- **TypeScript**: Type safety and enhanced development experience.\n- **Apollo Client**: GraphQL client for managing remote data fetching.\n- **PostgreSQL**: Database for storing tasks, users, and categories.\n- **GraphQL**: API layer for querying and mutating data.\n- **Tailwind CSS and Shadcn-UI**: Utility-first CSS framework for styling the application.\n- **Nodemailer**: Email notification service.\n\n## How to Run This Project Locally\n\nFollow these steps to run the project on your local machine:\n\n### 1. Clone the Repository\n\n```bash\ngit clone https://github.com/dev-faisal-ahmed/TaskFlow\ncd TaskFlow\n```\n\n### 2. Install Dependencies\n\nMake sure you have Node.js installed, then install the required dependencies:\n\n```bash\nnpm install\n```\n\n### 3. Set Up Environment Variables\n\nCreate a `.env` file in the root directory and add the following environment variables:\n\n```bash\nNEXT_PUBLIC_HASURA_HTTP_URI=\"\"\nNEXT_PUBLIC_HASURA_META_DATA_API=\"\"                    \nNEXT_PUBLIC_HASURA_WS_LINK=\"\"                    \nNEXT_PUBLIC_HASURA_ADMIN_SECRET=\"\"                    \nNEXT_PUBLIC_SALT=\"\"\nNEXTAUTH_SECRET=\"\"                    \nNEXTAUTH_URL=\"\"                    \nGMAIL_ID=\"\"                    \nGMAIL_PASS=\"\"                    \nAPI_KEY=\"\"                    \n```\n\n### 4. Run the Development Server\n\nStart the Next.js development server:\n\n```bash\nnpm run dev\n```\n\nThe app will be available at `http://localhost:3000`.\n\n## Future Enhancements\n\n- **AI-based Task Suggestions**: Use AI to suggest tasks to users based on tittle he/she has written.\n- **Mobile Optimization**: Improved UI/UX for mobile responsiveness.\n\n## Live Site Link : \u003ca href=\"https://ost-task-flow.vercel.app\" target=\"\\_blank\"\u003eClick Here \u003c/a\u003e\n\n## Demo Account\n\n- **UserEmail**: faisal.ahmed.20.35.197@gmail.com\n- **Password**: 1234\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdev-faisal-ahmed%2Ftaskflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdev-faisal-ahmed%2Ftaskflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdev-faisal-ahmed%2Ftaskflow/lists"}