A modern and responsive cryptocurrency tracking dashboard built with React 19, MUI, and Chart.js. Displays real-time market stats and charts from CoinGecko API.
CryptoHunter is a full-featured crypto tracker that uses the CoinGecko API to display market data.
The app supports responsive design, chart visualizations, dynamic coin detail pages, and more.
- ⚛ React 19
- ⚡ Vite — Lightning-fast bundler
- 🎨 Material UI (MUI v7) — Modern component library
- 📊 Chart.js + react-chartjs-2 — Chart visualizations
- 🔄 React Router v7 — Client-side routing
- 📦 html-react-parser — To render HTML descriptions
- 🛞 React Alice Carousel — Interactive sliders
- ✅ Real-time crypto data from CoinGecko API
- 📉 Interactive coin charts
- 🧭 Clean sidebar with live prices
- 🖼 Responsive UI
- 📍 Coin detail routing
- 🌙 Built with Material UI theme support
- Node.js ≥ 18
- npm (or pnpm/yarn)
git clone https://github.com/KarthickRamAlagar/cryptoHunter.git
cd cryptohunter
npm installStart development server
npm run devBuild for production
npm run build🙏 Acknowledgements
- CoinGecko API
- React
- Vite
- Material UI
- Chart.js
- React Router

