/Telegram

Messenger prototype -demo of Frontend skills

Primary LanguageTypeScript

Project name and description.

Fullstack project. A messanger prototype (pet-project) based on Telegram's design and functionality.

Self made API.

Practice:

  • Authentication
  • Routing
  • State management
  • React hooks

To run

Client:

git clone https://github.com/visiongirles/Telegram.git
npm install
npm run dev

Server:

git clone https://github.com/visiongirles/TelegramServer.git
npm install
node server.js

Database:

(working on an article)