All projects
2025ReactCoinGecko API
Crypto Marketplace Web App
A real-time crypto tracker using the CoinGecko API, with live prices, market caps, and historical charts.

Introduction
A real-time crypto tracking platform built on the CoinGecko API. It fetches live market data, including prices, market capitalisation, and rankings, and renders historical price trends as dynamic charts.
What it does
- Pulls live market data from the CoinGecko API: prices, market cap, and rankings.
- Renders historical price trends using React Google Charts.
- Responsive across desktop and mobile.
Running it locally
You will need Node.js installed, which includes npm.
- Clone the repository:
bash
git clone https://github.com/Hafeezbaig/crypto-price-tracking-app.git
cd crypto-price-tracking-app- Install dependencies:
bash
npm install- Start the development server:
bash
npm run devContributing
Feel free to use this as a reference for your own work. For issues or suggestions, open an issue in the GitHub repository.