This repository contains the code for the Play2Earn, It is a platform where users can complete tasks and earn rewards. The application is built using React, Vite, and various other libraries to provide a seamless user experience.
A live demo of the project can be accessed here.
- Responsive design
- Task management and reward system
- Interactive UI components
- Carousel for featured tasks
- Navigation with React Router
- Customizable and reusable components
- Frontend: React, Vite
- Styling: Tailwind CSS, Slick Carousel
- Routing: React Router
- Other Libraries: React Icons
To get a local copy up and running, follow these steps:
- Node.js (>=14.x)
- npm (>=6.x) or yarn (>=1.x)
-
Clone the repository:
git clone https://github.com/Play-2-Earn/play2earn-main.git cd play2earn-main
-
Install dependencies:
// Backend
cd backend npm install node server.js
-
//FrontEnd npm i
Running the Application Start the development server:
npm start
Open http://localhost:5173 to view the application in the browser.