Welcome to the Xcrypto app repository! This project is a React and Chakra UI-based application that displays data from various exchanges and all coins, including charts and high/low values based on user-selected time frames.
Xcrypto is a comprehensive crypto tracking application built with React, Chakra UI, and Chart.js. It provides users with real-time data from various exchanges and detailed information about all coins, including dynamic charts and high/low values for different time frames.
- Real-time data from multiple exchanges
- Detailed information for all coins
- Interactive charts using Chart.js
- High/low values based on user-selected time frames
- Responsive design with Chakra UI
To get a local copy up and running, follow these steps:
-
Clone the repository:
git clone https://github.com/your-username/xcrypto-app.git
-
Navigate to the project directory:
cd xcrypto-app
-
Install dependencies:
bun install
-
Start server:
bun run dev