Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.45 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.45 KB

Crypto Trading Chart Viewer

Welcome to the Crypto Trading Chart Viewer! This web app allows you to view real-time candlestick charts for various cryptocurrencies, providing you with valuable insights for trading.

image

Table of Contents

Features

  • Real-time Charts: View live candlestick charts for popular cryptocurrencies like ETH/USDT, BNB/USDT, and DOT/USDT.
  • Time Interval Selection: Choose between different time intervals (1 minute, 3 minutes, 5 minutes) to customize your view.
  • Responsive Design: Enjoy a clean and responsive layout suitable for both desktop and mobile devices.
  • Persistent Data: Switch between cryptocurrencies without losing historical chart data.

Technologies Used

This project is built using the following technologies:

  • React.js: A JavaScript library for building user interfaces.
  • Tailwind CSS: A utility-first CSS framework for styling.
  • TradingView Widgets: For displaying interactive and customizable charts.

Installation

To set up the project on your local machine, follow these steps:

  1. Clone the repository:
    git clone https://github.com/yash08123/Crypto-Charts.git
    
  2. Install Dependencies:
    npm install
    
  3. Run the application:
    npm run dev