A fully responsive and live cryptocurrency dashboard built with React.js. This dashboard allows users to search any cryptocurrency, switch between USD, EUR, and INR, and track vital market stats like Market Cap, 24H High/Low, and Price Changes. It also features interactive line charts using Google React Charts to visualize price trends over time.
- 🔍 Search any cryptocurrency by name
- 🌍 Currency switch between USD, EUR, and INR
- 📊 View:
- Market Capitalization
- 24-hour High and Low
- Price Change Percentage (24h)
- 📈 Interactive Line Charts (powered by Google Charts)
- 🔄 Real-time and Live Data (via CoinGecko API)
- 📱 Fully responsive design for all screen sizes
- Frontend: React.js
- API: CoinGecko Public API
- Charts: Google React Charts
- Styling: Tailwind CSS
- Deployment: Vercel
crypto-dashboard/
│
├── public/ # Static assets
├── src/
│ ├── components/ # Reusable components (Navbar, Chart, Card, etc.)
│ ├── pages/ # Page-level components
│ ├── services/ # API service calls (CoinGecko)
│ ├── App.js # Main application component
│ └── index.js # React entry point
│
├── .gitignore
├── package.json
├── README.md
└── tailwind.config.js # If Tailwind CSS is used
CoinGecko API Docs: Docs
React Google Charts Docs: Docs