Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 1.41 KB

File metadata and controls

47 lines (38 loc) · 1.41 KB

Tap and Play Web3 Game 🎮

⚙️ App in development stage ⚙️

Tap and Play is an engaging web3 game where players tap to earn points and rewards. The game is developed using React for the frontend and Express.js for the backend, providing a seamless and interactive gaming experience.

Features

  • Web3 Integration: Utilize blockchain technology for secure and transparent gameplay.
  • Interactive UI: Built with React to offer a dynamic and responsive user interface.
  • Robust Backend: Powered by Express.js for efficient server-side operations.
  • Daily Rewards: Players can earn daily login rewards, enhancing player retention and engagement.
  • Energy Management: Strategic energy restoration mechanics ensure a balanced and challenging gameplay.
  • Robo Mine: Offline miner.

Technologies Used

  • Frontend: React
  • Backend: Express.js

Getting Started 🧑‍💻

Follow these steps to set up the project on your local machine.

Prerequisites

  • Node.js
  • npm
  • mysql

Installation 🤖

  1. Clone the Repository:
    git clone https://github.com/your-username/taptap.git
    cd taptap
  2. Front-end:
    cd frontend
    npm install
    npm start
    
  3. Back-end:
    cd backend
    npm install
    npm run dev 
    
  4. Data Base:
    CREATE DATABASE your_database_name;
    mysql -u your_username -p your_database_name < database_dump.sql