A modern cryptocurrency tracker that displays real-time market data, including top coins, total market value, and price trends, with interactive graphs and UI built using React, TypeScript, and the CoinGecko API.
Follow these steps to set up the development server:
-
Clone the repository:
git clone https://github.com/NAMERIO/cointrack
-
Navigate to the project directory:
cd cointrack
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open the app in your browser at
http://localhost:5173
.
- Displays top cryptocurrencies with real-time price updates.
- Shows total market value and 24-hour trading volume.
- Interactive price trend graphs.
- Responsive design for both desktop and mobile.
This project is still in development and far from being finished. Feel free to open a pull request or open an issue.