A modern, responsive cryptocurrency dashboard built with React and Vite. Track real-time prices, view detailed coin analytics, and explore crypto news and features—all in one place.
- 🚀 Live crypto prices and market data
- 📈 Interactive price charts (powered by Victory)
- 🔍 Search and filter coins
- 💱 Multi-currency support (USD, EUR, INR)
- 📰 Blog and educational resources
- 💡 Feature updates and announcements
- 💰 Pricing plans (coming soon)
- 🌙 Modern, glassmorphic UI with dark theme
- 📱 Fully responsive for mobile and desktop
- Home: Hero section, search, trending coins, and market overview
- Coin: Detailed coin analytics, chart, and info
- Pricing: User-focused plans (sample, coming soon)
- Blog: Crypto news and beginner guides
- Features: Updates and upcoming features
- Clone the repository:
git clone https://github.com/KaranUnique/CryptoHub.git cd CryptoHub
- Install dependencies:
npm install 
- Start the development server:
npm run dev 
- Open in your browser: Visit http://localhost:5173
- React 18
- Vite
- React Router DOM
- Victory (charts)
- CoinGecko API
- Modern CSS (no Tailwind)
Cryptoplace/
  ├── public/
  ├── src/
  │   ├── assets/
  │   ├── components/
  │   ├── context/
  │   ├── pages/
  │   │   ├── Home/
  │   │   ├── Coin/
  │   │   ├── Pricing/
  │   │   ├── Blog/
  │   │   └── Features/
  │   ├── App.jsx
  │   └── main.jsx
  ├── package.json
  └── README.md
This project uses a demo CoinGecko API key. For production, get your own API key.
MIT
Designed and developed by KaranUnique