A dynamic React.js dashboard that provides real-time cryptocurrency market insights, including live price updates, market cap, volume, and sentiment analysis.
🔗 Deployed Link: Crypto Dashboard
- Frontend: React.js, TypeScript
- Data Visualization: React-ApexCharts
- API: CoinGecko API (for real-time market data)
- Styling: Tailwind CSS
✅ Live Crypto Market Data – Fetches real-time price updates, market cap, and volume using CoinGecko API.
✅ Interactive Charts – Uses ApexCharts.js for data visualization.
✅ Sentiment Analysis – Displays positive sentiment percentage for major coins.
✅ User-Friendly Interface – Clean and intuitive design for easy navigation.
✅ Fully Responsive – Optimized for mobile, tablet, and desktop devices.
Ensure you have the following installed:
- Node.js (Latest LTS version recommended)
- Git (for cloning the repository)
1️⃣ Clone the repository:
git clone https://github.com/shivampatel0048/Crypto-Dashboard.git
cd Crypto-Dashboard2️⃣ Install dependencies:
npm install3️⃣ Start the development server:
npm start4️⃣ Open your browser and visit:
http://localhost:3000To create an optimized production build, run:
npm run buildThis will generate a build/ folder with optimized static files.
This project fetches live cryptocurrency data from the CoinGecko API to provide accurate market insights.
If you'd like to contribute, feel free to fork the repository and submit a pull request!
This project is licensed under the MIT License.