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.
- 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.
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.
To set up the project on your local machine, follow these steps:
- Clone the repository:
git clone https://github.com/yash08123/Crypto-Charts.git
- Install Dependencies:
npm install
- Run the application:
npm run dev