Overview
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.
Features
- Clone of Notcoin App: Replicates the features and design of the popular Telegram mini app.
- Two Branches: Includes separate branches for initial setup and final version for easy navigation.
- Asset Inclusions: Provides necessary images and icons required for the application.
Installation
To set up the Notcoin Clone, follow these steps:
Initial Setup:
- Clone the repository.
git clone <repository-url>
- Switch to the initial-setup branch.
git checkout initial-setup
- Install dependencies.
npm install
- Run the development server.
npm run start
- Open your browser and navigate to localhost to view the initial setup.
- Clone the repository.
Final Version:
- Switch to the final-version branch.
git checkout final-version
- Install dependencies.
npm install
- Run the development server.
npm run start
- Open your browser and navigate to localhost to view the final version of the application.
- Switch to the final-version branch.
Summary
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.