This project is a real-time cryptocurrency chart that updates every 10 seconds with new candlesticks generated with random parameters. The chart automatically scrolls to the latest candlestick, and the oldest candlestick disappears as new ones appear. The application is styled using Tailwind CSS and is designed to work on both desktop and mobile platforms.
- Real-time updates every 10 seconds
- Randomly generated candlestick data
- Automatic scrolling to the latest candlestick
- Removal of the oldest candlestick as new ones appear
- Responsive design for desktop and mobile platforms
- Styled with Tailwind CSS
-
Clone the repository:
git clone https://github.com/yourusername/crypto-chart.git cd live-crypto-chart -
Install the dependencies:
npm install
-
Start the development server:
npm run dev
-
Usage Once the development server is running, you can view the application in your browser at http://localhost:5173.