{"id":25461053,"url":"https://github.com/rza-o/rza-o-gigbite-dashboard-fullstack-client","last_synced_at":"2026-04-09T02:31:15.949Z","repository":{"id":278090777,"uuid":"923615318","full_name":"Rza-O/Rza-O-gigbite-dashboard-fullstack-client","owner":"Rza-O","description":"GigBite is a micro-task and earning platform designed to connect workers and buyers for task-based collaborations.","archived":false,"fork":false,"pushed_at":"2025-02-18T00:07:54.000Z","size":39493,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-18T00:25:54.538Z","etag":null,"topics":["firebase","firebase-auth","framer-motion","jwt","reactjs","shadcn-ui","stripe","tailwindcss"],"latest_commit_sha":null,"homepage":"https://gig-bite.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/Rza-O.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-01-28T15:10:28.000Z","updated_at":"2025-02-18T00:07:58.000Z","dependencies_parsed_at":"2025-02-18T00:35:58.127Z","dependency_job_id":null,"html_url":"https://github.com/Rza-O/Rza-O-gigbite-dashboard-fullstack-client","commit_stats":null,"previous_names":["rza-o/rza-o-gigbite-dashboard-fullstack-client"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rza-O%2FRza-O-gigbite-dashboard-fullstack-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rza-O%2FRza-O-gigbite-dashboard-fullstack-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rza-O%2FRza-O-gigbite-dashboard-fullstack-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rza-O%2FRza-O-gigbite-dashboard-fullstack-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rza-O","download_url":"https://codeload.github.com/Rza-O/Rza-O-gigbite-dashboard-fullstack-client/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239413100,"owners_count":19634157,"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","firebase-auth","framer-motion","jwt","reactjs","shadcn-ui","stripe","tailwindcss"],"created_at":"2025-02-18T05:22:20.578Z","updated_at":"2025-12-30T23:04:55.616Z","avatar_url":"https://github.com/Rza-O.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GigBite\n\nGigBite is a micro-task and earning platform designed to connect workers and buyers for task-based collaborations. The platform ensures seamless task management, coin-based payments, and role-specific dashboards. This repository contains the client-side code built with React, Tailwind CSS, and other modern libraries.\n\n\n\n## Admin\n- Admin Email: shahreza.dev@gmail.com\n- Admin Password: HappyCoding01\n\n## Live Site\n- https://gig-bite.web.app/\n\n\n## Features\n\n### **Authentication**\n- User authentication via Firebase.\n- Role-based access control: `Admin`, `Buyer`, and `Worker`.\n\n### **Buyer Features**\n- Add new tasks with a detailed form.\n- Manage tasks and workers.\n- Approve or reject submissions.\n- View pending tasks and payments made.\n\n### **Worker Features**\n- View available tasks.\n- Submit work for approval.\n- Track submission status.\n- View total earnings and pending submissions.\n\n### **Admin Features**\n- Manage all users (Update roles, remove users).\n- Approve or reject withdrawal requests.\n- View platform-wide statistics, including total users, coins, and payments.\n\n### **Payment System**\n- Stripe-based integration for purchasing coins.\n- Dynamic pricing cards for coin purchases.\n- Payment history tracking for buyers.\n\n### **Notification System**\n- Real-time notifications for task updates and approvals.\n- Notifications sorted by time and shown as a dropdown in the navbar.\n\n### **Responsive Design**\n- Fully responsive design optimized for all devices.\n- Sidebars and modals adapt dynamically based on the user interface.\n\n\n\n## Installation\n\n### Prerequisites\nMake sure you have the following installed:\n- Node.js\n- npm or yarn\n\n### Steps\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/your-username/gigbite-client.git\n   ```\n\n2. Navigate to the project directory:\n   ```bash\n   cd gigbite-client\n   ```\n\n3. Install dependencies:\n   ```bash\n   npm install\n   # or\n   yarn install\n   ```\n\n4. Start the development server:\n   ```bash\n   npm run dev\n   # or\n   yarn dev\n   ```\n\n5. Open the application in your browser:\n   ```\n   http://localhost:5173\n   ```\n\n\n\n## Dependencies\n\nBelow is the list of dependencies used in the project:\n\n- **Core**:\n  - `react`: ^18.3.1\n  - `react-dom`: ^18.3.1\n  - `react-router-dom`: ^7.1.1\n\n- **UI Libraries**:\n  - `@mui/material`: ^6.4.0\n  - `@mui/icons-material`: ^6.4.0\n  - `@heroicons/react`: ^2.2.0\n  - `@material-tailwind/react`: ^2.1.10\n  - `tailwindcss-animate`: ^1.0.7\n  - `swiper`: ^11.2.1\n\n- **Forms and Validation**:\n  - `react-hook-form`: ^7.54.2\n  - `react-select`: ^5.9.0\n  - `react-datepicker`: ^7.6.0\n\n- **State Management**:\n  - `@tanstack/react-query`: ^5.64.1\n\n- **Animations**:\n  - `framer-motion`: ^11.18.1\n  - `motion`: ^11.18.1\n\n- **Payment Integration**:\n  - `@stripe/react-stripe-js`: ^3.1.1\n  - `@stripe/stripe-js`: ^5.5.0\n\n- **Notifications and Alerts**:\n  - `react-hot-toast`: ^2.5.1\n  - `sweetalert2`: ^11.15.10\n\n- **Icons**:\n  - `lucide-react`: ^0.471.1\n  - `react-icons`: ^5.4.0\n\n- **Networking**:\n  - `axios`: ^1.7.9\n\n- **Utilities**:\n  - `clsx`: ^2.1.1\n\n- **Firebase**:\n  - `firebase`: ^11.1.0\n\n---\n\n## Folder Structure\n\n```plaintext\n├── src\n│   ├── Components   \n│   ├── Pages         \n│   ├── Hooks        \n│   ├── Layouts      \n│   ├── Context        \n│   ├── Router         \n│   └── Libs        \n├── public           \n├── README.md        \n└── package.json      \n```\n\n---\n\n## Scripts\n\n- **Start Development Server**:\n  ```bash\n  npm run dev\n  ```\n\n- **Build for Production**:\n  ```bash\n  npm run build\n  ```\n\n- **Preview Production Build**:\n  ```bash\n  npm run preview\n  ```\n\n---\n\n\n## Author\n\nDeveloped by [Shah Reza](https://github.com/Rza-O). Feel free to reach out for collaboration or suggestions!\n\n---\n\n## Feedback\n\nIf you encounter any issues or have suggestions for improvement, please open an issue in this repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frza-o%2Frza-o-gigbite-dashboard-fullstack-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frza-o%2Frza-o-gigbite-dashboard-fullstack-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frza-o%2Frza-o-gigbite-dashboard-fullstack-client/lists"}