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.
- 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.
- React
- Context API
- Tailwind CSS
- Socket.IO
- Axios
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