{"id":29013231,"url":"https://github.com/rubaid07/tasktide","last_synced_at":"2026-05-04T10:34:31.898Z","repository":{"id":301142819,"uuid":"1008254452","full_name":"Rubaid07/TaskTide","owner":"Rubaid07","description":"A simple and modern platform where users can post freelance tasks, and freelancers can bid on those tasks based on skills, budget, and deadlines.","archived":false,"fork":false,"pushed_at":"2025-06-25T10:34:38.000Z","size":225,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-25T11:32:10.249Z","etag":null,"topics":["firebase","react","react-r","tailwindcss"],"latest_commit_sha":null,"homepage":"https://tasktide07.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/Rubaid07.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,"zenodo":null}},"created_at":"2025-06-25T09:05:57.000Z","updated_at":"2025-06-25T10:34:41.000Z","dependencies_parsed_at":"2025-06-25T11:45:09.878Z","dependency_job_id":null,"html_url":"https://github.com/Rubaid07/TaskTide","commit_stats":null,"previous_names":["rubaid07/tasktide"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Rubaid07/TaskTide","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rubaid07%2FTaskTide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rubaid07%2FTaskTide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rubaid07%2FTaskTide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rubaid07%2FTaskTide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rubaid07","download_url":"https://codeload.github.com/Rubaid07/TaskTide/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rubaid07%2FTaskTide/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261937078,"owners_count":23232852,"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":["firebase","react","react-r","tailwindcss"],"created_at":"2025-06-25T19:10:29.649Z","updated_at":"2026-05-04T10:34:31.885Z","avatar_url":"https://github.com/Rubaid07.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎯 TaskTide – Freelance Task Marketplace\n\nTaskTide is a freelance task marketplace where users can post short freelance jobs, browse available opportunities, and freelancers can bid based on skills, budget, and deadlines. The system is built using the MERN stack and secured with Firebase and JWT-based authentication.\n\n---\n\n## 🌐 Live Links\n\n- 🔗 [Live site](https://tasktide07.web.app)\n\n## 🌐 Server side Repo Links\n\n- 🔗 (https://github.com/Rubaid07/TaskTide-server)\n---\n\n## 🧠 Project Overview\n\nThis platform enables two types of users:\n- **Clients**: Can post, update, or delete tasks and monitor bids.\n- **Freelancers**: Can browse all available tasks and place bids.\n\nAll task operations (Add, Update, Delete) are fully functional. Tasks are sorted based on deadline, and bid counters update in real-time. Routes like Add Task, My Tasks, and Task Details are protected.\n\n---\n\n## 🚀 Main Features\n\n- 📋 Add new tasks with title, budget, deadline, category, and description  \n- ✏️ Update and ❌ Delete own tasks from My Posted Tasks page  \n- 📄 Task details view (private route)  \n- 🔍 Browse tasks sorted by closest deadline  \n- 📊 Bidding system with dynamic bid count  \n- 📱 Fully responsive design for mobile, tablet, and desktop  \n\n---\n\n## 🛠️ Tech Stack\n\n### 💻 Frontend\n- React\n- React Router DOM\n- Tailwind CSS\n- DaisyUI\n- Firebase Authentication\n\n### 🖥️ Backend\n- Node.js\n- Express.js\n- MongoDB\n- JWT Authentication\n\n---\n\n## 📦 Dependencies\n\n```bash\n# Frontend\n\"axios\"\n\"firebase\"\n\"react-router-dom\"\n\"react-toastify\"\n\"sweetalert2\"\n\"daisyui\"\n\"react-icons\"\n\"react-slick\"\n\"slick-carousel\"\n\"react-simple-typewriter\"\n\"react-countup\"\n\n# Backend\n\"cors\"\n\"dotenv\"\n\"express\"\n\"mongoose\"\n\"jsonwebtoken\"\n```\n\n---\n\n# How to Run This Project Locally\n\n🔧 Prerequisites:\n- Node.js and npm must be installed\n- MongoDB Atlas URI (or local MongoDB)\n- Firebase project with Email/Password \u0026 Google login enabled\n\n🖥️ Backend Setup:\n1. Clone the server repo:\n   git clone https://github.com/Rubaid07/TaskTide-server.git\n   cd tasktide-server\n   npm install\n\n2. Create a `.env` file in the root of `server/` and add:\n   PORT=3000\n   MONGODB_URI=your_mongodb_connection_string\n   JWT_SECRET=your_jwt_secret_key\n\n3. Run the server:\n   npm run dev\n\n💻 Client Setup:\n1. Clone the client repo:\n   git clone https://github.com/Rubaid07/TaskTide.git\n   cd tasktide-client\n   npm install\n\n2. Create a `.env` file in the root of `client/` and add:\n   VITE_apiKey=http://localhost:5000\n   VITE_authDomain=your_project.firebaseapp.com\n   VITE_projectId=your_project_id\n   VITE_storageBucket=your_storage_bucket\n   VITE_messagingSenderId=your_sender_id\n   VITE_appId=your_app_id\n\n3. Run the client:\n   npm run dev\n\n🟢 Client will run on: http://localhost:5173\n🟢 Server will run on: https://task-marketplace-server-olive.vercel.app\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubaid07%2Ftasktide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frubaid07%2Ftasktide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubaid07%2Ftasktide/lists"}