WorkLoy is a Micro-Task and Earning Platform designed to provide users with opportunities to complete small tasks and earn rewards. The platform accommodates three distinct roles — Worker, Buyer, and Admin — each with tailored functionalities to ensure seamless task management, task creation, and platform administration.
The main purpose of WorkLoy is to create a reliable ecosystem where individuals can earn money by completing micro-tasks, while buyers can efficiently outsource small jobs and manage payments, and admins can oversee the overall platform integrity.
-
Worker
- Browse and complete available tasks
- Submit tasks for review
- Withdraw earned coins
- Receive notifications for task updates
-
Buyer
- Create and manage tasks
- Review task submissions
- Pay workers and purchase coins
- Report issues and resolve disputes
-
Admin
- Manage user roles and permissions
- Monitor platform activity
- Handle reports and maintain system integrity
WorkLoy bridges the gap between task seekers and task providers by providing a structured, secure, and easy-to-use platform for micro-tasking and earning, ensuring transparency, timely payments, and a smooth workflow for all users.
- Modern and responsive UI built with React & Tailwind CSS
- Role-based dashboards for Worker, Buyer, and Admin
- Interactive components (task listings, forms, modals, notifications)
- Real-time updates using TanStack Query (data fetching & caching)
- Secure authentication with protected routes
- Mobile-friendly design for seamless accessibility
- Node.js & Express.js RESTful API
- Role-based authentication & authorization
- Secure user management (Workers, Buyers, Admins)
- Task lifecycle management (creation, submission, approval, payment)
- Withdrawal and transaction handling
- Data persistence using MongoDB
- Admin controls for monitoring and handling reports
- Stripe payment gateway for coin purchases and worker payouts
- Firebase Admin SDK for secure authentication & notifications
- Cloudinary / ImgBB (optional) for task image uploads
- CORS & dotenv for secure environment configuration
- React.js – Component-based UI development
- Tailwind CSS – Modern utility-first styling
- React Router – Client-side routing
- TanStack Query – Data fetching and caching
- Axios / Fetch API – API communication
- Node.js – JavaScript runtime environment
- Express.js – RESTful API framework
- Firebase Admin SDK – Authentication & notifications
- Stripe SDK – Payment gateway integration
- MongoDB – NoSQL database for scalable data storage
- JWT (JSON Web Token) – Authentication & authorization
- dotenv – Environment configuration
- CORS – Secure cross-origin requests
- ImgBB – Image hosting
- Git & GitHub – Version control & collaboration
git clone https://github.com/shamsuttabriz/workloy.git
cd workloycd client
npm installCreate a .env file inside the client folder Example:
VITE_API_URL=https://server-seven-tau-43.vercel.appnpm run devcd server
npm installCreate a .env file inside the server folder Example:
PORT=5001
MONGO_URI=your_mongodb_connection_string
PAYMENT_GATEWAY_KEY=your_stripe_secret_key
FIREBASE_PROJECT_ID=your_project_id
FIREBASE_PRIVATE_KEY=your_private_key
FIREBASE_CLIENT_EMAIL=your_client_emailnpm run dev