Skip to content

ragibmondal/Hamster-Kombat-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hamster-Kombat-Clone Telegram Web App

Note

Sorry, this project is not complete yet and does not work.

This project is a Telegram Web App that includes features like coin mining, referrals, tasks, and statistics like hamster kombat

Setup

  1. Clone the repository
  2. Install dependencies with npm install
  3. Set up a Firebase project and add your configuration to src/firebase.js
  4. Create a Telegram bot using BotFather and add your bot token to a .env file:
    BOT_TOKEN=your_bot_token_here
    
  5. Start the React app with npm start
  6. Start the Telegram bot with npm run start-bot

Features

  • Coin mining system with energy
  • Referral system
  • Task completion
  • Boost options
  • User statistics

Technologies Used

  • React
  • Firebase (Authentication and Firestore)
  • Telegraf (Telegram Bot API)
  • Tailwind CSS

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

Hamster-Kombat-Clone