A modern cryptocurrency trading platform built with React.js and integrated with the Binance API.
- Real-time Trading Data: Fetches and displays real-time cryptocurrency trading data from the Binance API.
- Interactive Trading Interface: Provides a comprehensive trading interface with order book, candlestick chart, and order form.
- Trading Pair Search: Allows users to search and select from a wide range of trading pairs.
- Responsive Design: Fully responsive design that works on desktop, tablet, and mobile devices.
- Time Interval Selection: Supports multiple time intervals for candlestick chart data.
- Order Book Visualization: Visual representation of buy and sell orders with depth indicators.
- React.js: Frontend library for building the user interface
- React Router: For client-side routing
- Vite: Build tool and development server
- Binance API: For fetching real-time cryptocurrency data
- CSS Variables: For consistent theming and styling
- FontAwesome: For icons
- Clone the repository:
git clone -b task3 https://github.com/innocent98/Raven-assessment.git cd sisyphus-trading
