A modern, responsive React application that leverages the CoinGecko API to display and track real-time cryptocurrency market data.
- Real-time Market Data: Fetches up-to-date cryptocurrency prices and market cap details.
- Sorting Capabilities: Easily sort coin data within the table for quick analysis.
- Custom Hooks: Clean, modular architecture utilizing custom React hooks for data fetching and state management.
- Optimized Performance: Built with Vite for incredibly fast hot-module replacement and optimized production builds.
- Frontend: React.js
- Build Tool: Vite
- Data Fetching: TanStack Query (React Query)
- API: CoinGecko API
To get this project running on your local machine, follow these steps:
- Clone the repository:
git clone https://github.com/Hexacoder5678/CoinGeckoCryptoTracker.git