A web application that allows you to track the added tokens in the portfolio, to see the price change in real time through Websockets. It shows only active dollar trading pairs via the Binance API.
Веб-приложение, которое позволяет отслеживать добавленные токены в портфель, видеть изменение цены в режиме реального времени через Websockets. Оно показывает только активные торговые пары в долларах через API Binance.
React
is a library for building user interfaces.React - Библиотека для построения пользовательских интерфейсов.
GSAP
is a library for animation.GSAP - Библиотека для анимации.
React Router Dom v7.3
- Routing management in the React application.React Router Dom - Управление маршрутизацией в React-приложении.
TypeScript
Redux Toolkit
- the official library for effective state management in Redux-based applicationsRTK Query
- a tool for extracting and caching data, which is included in the Redux Toolkit. It is based on the principles of Redux and provides an easy way to manage the interaction with the server.
cd client
- Create it
.env
with its own configurationnpm install
npm start