Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.08 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.08 KB

Xcrypto App

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.

Introduction -

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.

Features -

  • 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

Installation -

To get a local copy up and running, follow these steps:

  1. Clone the repository:

    git clone https://github.com/your-username/xcrypto-app.git
    
  2. Navigate to the project directory:

    cd xcrypto-app
    
  3. Install dependencies:

    bun install
    
  4. Start server:

    bun run dev