{"id":28572475,"url":"https://github.com/maksudulhaque2000/taskpilot-client","last_synced_at":"2026-06-11T11:31:33.584Z","repository":{"id":278514746,"uuid":"935862989","full_name":"maksudulhaque2000/TaskPilot-Client","owner":"maksudulhaque2000","description":"This is a Task Management Application (TaskPailot) that allows users to manage their tasks effectively using a drag-and-drop interface. Tasks are categorized into three sections: To-Do, In Progress, and Done. The application ensures real-time updates and persistence using MongoDB as the database. ","archived":false,"fork":false,"pushed_at":"2025-02-21T11:03:55.000Z","size":15176,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-07T18:37:58.026Z","etag":null,"topics":["firebase","frontend","fullstack","html5","js","mongodb","nodejs","react-beautiful-dnd","reactjs","sweetalert2","tailwind","vitejs"],"latest_commit_sha":null,"homepage":"https://taskpilot-e895c.web.app/","language":"JavaScript","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/maksudulhaque2000.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":"2025-02-20T06:22:08.000Z","updated_at":"2025-07-05T02:39:22.000Z","dependencies_parsed_at":"2025-02-20T07:34:57.706Z","dependency_job_id":"80e69aeb-a85f-441c-aa96-307a18935d23","html_url":"https://github.com/maksudulhaque2000/TaskPilot-Client","commit_stats":null,"previous_names":["smmaksudulhaque2000/taskpilot-client","maksudulhaque2000/taskpilot-client"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maksudulhaque2000/TaskPilot-Client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maksudulhaque2000%2FTaskPilot-Client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maksudulhaque2000%2FTaskPilot-Client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maksudulhaque2000%2FTaskPilot-Client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maksudulhaque2000%2FTaskPilot-Client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maksudulhaque2000","download_url":"https://codeload.github.com/maksudulhaque2000/TaskPilot-Client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maksudulhaque2000%2FTaskPilot-Client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34197393,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["firebase","frontend","fullstack","html5","js","mongodb","nodejs","react-beautiful-dnd","reactjs","sweetalert2","tailwind","vitejs"],"created_at":"2025-06-10T20:37:34.333Z","updated_at":"2026-06-11T11:31:33.558Z","avatar_url":"https://github.com/maksudulhaque2000.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://i.ibb.co.com/N6cRP87N/Screenshot-1.png\" height=\"400\" width=\"800\" alt=\"TaskPailot\"/\u003e\n\u003c/div\u003e\n\n# Task Management Application (TaskPailot)\n\n## 📌 Overview\n\nThis is a **Task Management Application (TaskPailot)** that allows users to manage their tasks effectively using a **drag-and-drop interface**. Tasks are categorized into three sections: **To-Do, In Progress, and Done**. The application ensures real-time updates and persistence using **MongoDB** as the database. \n\nThis project demonstrates frontend interactivity, backend data management, and **real-time synchronization** while maintaining a clean and responsive UI.\n\n## 📖 Table of Contents\n\n- [Task Management Application (TaskPailot)](#task-management-application-taskpailot)\n  - [📌 Overview](#-overview)\n  - [📖 Table of Contents](#-table-of-contents)\n  - [✨ Features](#-features)\n  - [🌍 Live Demo](#-live-demo)\n  - [🛠 Technologies Used](#-technologies-used)\n  - [⚙️ Installation](#️-installation)\n    - [Clone the Repository](#clone-the-repository)\n    - [Install Dependencies](#install-dependencies)\n      - [Frontend:](#frontend)\n      - [Backend:](#backend)\n    - [Configure Environment Variables](#configure-environment-variables)\n  - [🚀 Usage](#-usage)\n  - [🔌 API Endpoints](#-api-endpoints)\n  - [🌟 Bonus Features](#-bonus-features)\n  - [👥 Contributors](#-contributors)\n  - [📝 License](#-license)\n\n## ✨ Features\n\n✅ **Authentication**\n- Users must log in using **Google Authentication** via Firebase.\n- User details (ID, email, display name) are stored in the database.\n\n✅ **Task Management**\n- Users can **add, edit, delete, and reorder** tasks.\n- Tasks are categorized as:\n  - 📝 To-Do\n  - 🔄 In Progress\n  - ✅ Done\n- Drag and drop functionality to move tasks between categories.\n- Instant database synchronization.\n\n✅ **Database \u0026 Persistence**\n- **MongoDB** stores tasks persistently.\n- Real-time updates using **Change Streams / WebSockets**.\n- Deleted tasks are permanently removed.\n\n✅ **Frontend UI**\n- Built with **Vite.js + React**.\n- Uses a **drag-and-drop library** for smooth interactions.\n- Modern, **minimalistic**, and **responsive** design.\n\n✅ **Backend API**\n- Developed using **Express.js**.\n- Handles CRUD operations for tasks.\n\n✅ **Mobile Responsiveness**\n- Fully optimized for **both desktop and mobile users**.\n\n## 🌍 Live Demo\n\n🔗 **Live Application**: [Click here](https://taskpilot-e895c.web.app/)\n\n🔗 **Frontend Repo**: [GitHub Link](https://github.com/smmaksudulhaque2000/TaskPilot-Client)  \n🔗 **Backend Repo**: [GitHub Link](https://github.com/smmaksudulhaque2000/TaskPilot-Server)\n\n## 🛠 Technologies Used\n\n| Technology  | Purpose |\n|-------------|---------|\n| **React.js** | Frontend UI |\n| **Vite.js** | React development environment |\n| **Firebase** | Authentication (Google Sign-In) |\n| **MongoDB** | Database for task storage |\n| **Express.js** | Backend API |\n| **Node.js** | Server-side logic |\n| **react-beautiful-dnd** | Drag and drop functionality |\n\n## ⚙️ Installation\n\n### Clone the Repository\n```sh\ngit clone https://github.com/smmaksudulhaque2000/TaskPilot-Client\ncd your-repo\n```\n\n### Install Dependencies\n\n#### Frontend:\n```sh\ncd frontend\nnpm install\nnpm run dev\n```\n\n#### Backend:\n```sh\ncd backend\nnpm install\nnpm start\n```\n\n### Configure Environment Variables\nCreate a `.env` file in the backend directory and add:\n```env\nMONGO_URI=your_mongodb_connection_string\nFIREBASE_API_KEY=your_firebase_api_key\n```\n\n## 🚀 Usage\n\n1. **Login** using Google Authentication.\n2. **Create, Edit, Delete, or Drag tasks** between categories.\n3. **Changes are saved instantly** in the database.\n4. Refresh the page to see **persisted tasks**.\n\n## 🔌 API Endpoints\n\n| Method | Endpoint        | Description |\n|--------|---------------|-------------|\n| `POST` | `/tasks`       | Add a new task |\n| `GET`  | `/tasks`       | Retrieve all tasks |\n| `PUT`  | `/tasks/:id`   | Update task details |\n| `DELETE` | `/tasks/:id` | Delete a task |\n\n## 🌟 Bonus Features\n\n- 🌙 **Dark Mode Toggle**\n- 📆 **Task Due Dates with Color Indicators**\n- 📜 **Activity Log** to track task changes\n\n## 👥 Contributors\n\n- **Maksudul Haque** – [GitHub](https://github.com/smmaksudulhaque2000)\n\n## 📝 License\n\nThis project is licensed under the **MIT License**.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaksudulhaque2000%2Ftaskpilot-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaksudulhaque2000%2Ftaskpilot-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaksudulhaque2000%2Ftaskpilot-client/lists"}