Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 1.05 KB

Readme.md

File metadata and controls

58 lines (38 loc) · 1.05 KB

Binance Dashboard

The Binance Dashboard is a web application built with React, showcasing real-time prices fetched from the Binance API. It features a clean, user-friendly interface that allows users to view the latest market prices, search for specific symbols.

Dashboard image

Features

  • Real-time Price Updates: prices are updated in real-time, providing users with the latest market data.
  • Search Functionality: Users can search for cryptocurrencies by their symbols, making it easy to find specific coins.

Technologies Used

  • React
  • Context API
  • Tailwind CSS
  • Socket.IO
  • Axios

Installation

Navigate to the server directory from the project root:

cd server

Install the required dependencies for the server:

npm install

Start the server:

npm run server

Setting Up the Client

Navigate to the client directory from the project root:

cd client

Install the required dependencies for the client:

npm install

Start the client application:

npm run dev