Skip to content

a Telegram Calculator Mini App that can perform basic mathematical operations like addition, subtraction, multiplication, and division

License

Notifications You must be signed in to change notification settings

ArashYounesi/TCalculator

Repository files navigation

TCalculator

a Telegram Calculator Mini App that can perform basic mathematical operations like addition, subtraction, multiplication, and division

Note that this project hasn't server side part

Info

Features

  • Wrriten in Vue Js
  • Perform calculations involving very large integers (up to 20 digits showing)
  • Perform decimals at a high level of precision (up to 64 decimal places)

Requirements

  • Familiarity with the command line
  • Node.js v16 or newer.

Installation

  • Install Node.js v16 or newer
  • Clone the repo - git clone https://github.com/ArashYounesi/TCalculator
  • Go to project directory - cd project_folder
  • Install project dependencies — npm install.
  • Launch the app — npm run dev, it will become available at http://localhost:5173.

Deployment - Lunch on Telegram

requirements

  • Telegram bot
  • Server to deploy project on it
  • Domian connected to server

In order to use this project as a Telegram Mini App some requirements needs:

  • Build project - npm run build (dist directory will created)
  • Upload files in dist folder to server
  • Create a new telegram bot using BotFather (/newbot)
  • Create a new web app based on created bot using BotFather (/newapp)
  • Lunch using link BotFather gives you

You can also edit your Mini App url, name, ... using BotFather (/myapps) For detailed information about Telegram Bot and Mini App please visit Telegram Mini App

License

MIT

About

a Telegram Calculator Mini App that can perform basic mathematical operations like addition, subtraction, multiplication, and division

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published