Admin email-1: programming@hero.com
Admin password-1: 123456
Admin email-2: david.lee@gmail.com
Admin password-2: 123456
Front-end Live Site Link: https://b9-a12.web.app/
Server Side Github Repository Link: https://github.com/rakibgithub21/Micro_Earn-server_site
This repository contains the codebase for a Micro Tasking and Earning Platform developed using the MERN stack. The platform provides opportunities for users to complete small tasks and earn rewards. It accommodates three distinct roles: Worker, Task-Creator, and Admin, each tailored with specific functionalities.
- Role-based Authentication: Secure authentication for Worker, Task-Creator, and Admin, ensuring appropriate permissions and access levels.
- Responsive Design: Optimized for various devices, including mobile, tablet, and desktop views.
- Task Management: Workers can view available tasks, submit completed tasks, and withdraw earnings. Task-Creators can create tasks, review submissions, and manage transactions.
- Google Login: Quick authentication using Google accounts for registration and login.
- Payment System: Task-Creators can purchase coins and pay workers for completed tasks, facilitated through a Stripe-based payment system.
- Notification System: Alerts for task and user-related operations, enhancing user engagement and communication.
- Pagination: Implemented for task submissions to manage large sets of data efficiently.
- Image Upload: Integrated image uploading using imageBB for user registration and task creation.
- Task Review: Task-Creators can review submissions, approve or reject them, and manage payments accordingly.
- Withdrawal System: Workers can withdraw their earnings in dollars, with the system managing coin-to-dollar conversion.
- Admin Dashboard: Comprehensive dashboard for admin to manage users, tasks, and overall platform operations.
- User Profile Management: Users can update their profile information and view their activity history.
- Coin Purchase History: Task-Creators can view their coin purchase history and transaction details.
- Submission History: Workers can view their submission history and track the status of their tasks.
- Error Handling: Custom error pages for authorization errors and invalid routes, enhancing user experience.
- Data Validation: Input validation for forms to ensure data integrity and prevent errors.
- Secure Transactions: Ensures secure financial transactions and storage of sensitive information.
- Role Management: Admin can modify user roles, such as promoting workers to Task-Creators or Admins.
- Analytics and Reporting: Admin can view platform analytics, including user activity, task completion rates, and financial transactions.
- Demo Video Integration: A demo video link to help new users understand the platform's functionality.
-
MongoDB
-
Express.js
-
React.js
-
Node.js
-
Stripe
-
Firebase
-
imageBB
git clone https://github.com/rakibgithub21/Micro_Earn-client_site
cd Micro_Earn-client_site
npm install
- Obtain Firebase credentials (API key, project ID, etc.) from the Firebase console.
- Create a
.env
file in the root directory of the project. - Add Firebase configuration details to
.env
:
REACT_APP_FIREBASE_API_KEY=<your-firebase-api-key>
REACT_APP_FIREBASE_AUTH_DOMAIN=<your-firebase-auth-domain>
REACT_APP_FIREBASE_PROJECT_ID=<your-firebase-project-id>
REACT_APP_FIREBASE_STORAGE_BUCKET=<your-firebase-storage-bucket>
REACT_APP_FIREBASE_MESSAGING_SENDER_ID=<your-firebase-messaging-sender-id>
REACT_APP_FIREBASE_APP_ID=<your-firebase-app-id>
VITE_STRIPE_PUBLISHABLE_KEY=pk_test_your strpe key
VITE_IMGBB_API_KEY=your image bb api key
npm run dev
This README provides an overview of the project, its features, setup instructions, and technologies used. For detailed documentation and codebase, please refer to the respective GitHub repositories linked above. Feel free to reach out for any queries or assistance. Thank you for your interest and contribution!