This project provides a live cryptocurrency price tracker and predictor for Bitcoin (BTC). Using the Binance API, it fetches real-time price data, displays it on a chart, and incorporates predictive analysis to forecast future price movements.
- Live Price Updates: Real-time data fetching every second.
- Price Prediction: A predictive model visualized with a red line on the chart.
- HTML: Markup language for structuring the page.
- CSS: Stylesheet language for designing the page.
- JavaScript: Programming language for functionality.
- Chart.js: Library for rendering charts.
- Binance API: Data source for cryptocurrency prices.
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/PICLTD/crypto-price-predictor.git