A clone of the popular Telegram mini app Notcoin (clicker game), built with Vite, TypeScript, and Tailwind CSS
The Notcoin Clone is a project that replicates the popular Telegram mini app, Notcoin. The project repository provides two branches: one for the initial setup of the application structure and assets and another for the final version with all functionalities included.
To set up the Notcoin Clone, follow these steps:
Initial Setup:
git clone <repository-url>
git checkout initial-setup
npm install
npm run start
Final Version:
git checkout final-version
npm install
npm run start
The Notcoin Clone project offers a replica of the popular Notcoin app on Telegram, with separate branches for initial setup and the final version. By following the installation guide, users can effortlessly set up and run either version of the application for further exploration.