This directory contains the frontend part of the diploma project, a Telegram Mini App built with React and Vite. This application provides the user interface that users interact with directly inside Telegram.
This application is designed to work as a client for the main project's backend. It provides a rich, interactive user interface for the AI assistant, allowing users to interact with its features in a more visual way than a standard chatbot would allow.
To get a local copy up and running, follow these simple steps.
You need to have Node.js and npm installed on your machine.
- Navigate to the app directory:
cd my-telegram-diplom-app - Install NPM packages:
npm install
To run the app in development mode, execute:
npm run devThis will start the development server.