CryptoTracker is a web-based dashboard that displays real-time data and price charts for various cryptocurrencies. It uses the CoinGecko API to fetch market data and presents it through a simple, interactive interface built with JavaScript and CSS.
- Real-time cryptocurrency prices
- Interactive price charts
- Market data including volume, market cap, and more
- Search functionality for different coins
- JavaScript
- CSS
- CoinGecko API
The app sends requests to the CoinGecko API to retrieve data about selected cryptocurrencies. This data is then displayed on the dashboard with basic styling and interactive chart elements.
-
Clone the repository:
git clone https://github.com/your-username/cryptotracker.git cd cryptotracker