A responsive cryptocurrency market dashboard built with React Vite Tailwind CSS fetching live coin data from CoinGecko.
https://drive.google.com/file/d/1hLSCL9raAy8S3BngepKPvLDJSuHG9vwd/view?usp=sharing
Here're some of the project's best features:
- Coins Table: Rank Name + Symbol Icon Price 24h change (abs & %) Market Cap 24h Volume
- Search & Filter: By name symbol price market cap volume performance
- Pagination & Per Page Selection
- Market Highlights: Top gainers top losers trending coins highest volume
- Modal Coin Details on row click
- Responsive Design using Tailwind CSS
1. Clone repository:
git clone https://github.com/red0074/CoinLive.git
2. Move into Project Folder
cd CoinLive
3. Install dependencies:
npm install
4. Start development server:
npm run dev
Technologies used in the project:
- Frontend: React 19 Vite Tailwind CSS.
- Routing: React Router DOM
- UI: Lucide-react icons
- State Management: React hooks (useState useEffect)
- Proxy/API Handling: Vite dev server proxy


