SMAKSS / React-Telegram-DK-Test

This is the DK interview test project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Telegram Web App

This project is the output of hard working for the DK interview test. It's based on Telegram Database Library and Telegram-react for signing in old telegram users and creating new telegram accounts based on a valid phone number exactly as like as Telegram.

Here are some screenshots


Running locally

Install node.js.

Install dependencies with:

npm install
or
yarn install

This will install all the needed dependencies.


All TDLib files will be installed into node_modules/tdweb/dist/ folder. Manually copy them into the public folder with:

Do one of the following based on your OS

If you are using UNIX based OS do the following:

cp node_modules/tdweb/dist/* public/

If you are using Windows do the following:

copy Full path to project node_modules\node_modules\tdweb\dist\*  Full path to project public directory\public\

Run the app in development mode with:

npm run start
or
yarn start

Open http://localhost:3000 to view it in the browser.

About

This is the DK interview test project


Languages

Language:JavaScript 93.4%Language:CSS 6.5%Language:HTML 0.0%