🚀 Tech Stack ⚛️ React – Frontend library
🧠 Redux Toolkit – Global state management
⚡ Vite – Lightning-fast development & build tool
💨 Tailwind CSS – Utility-first CSS framework
🌐 CoinGecko API – Free crypto market data
✨ Features 📈 View real-time prices of top cryptocurrencies
🔄 Auto-refresh every few seconds (or manual update)
📊 Clean table UI with rows, columns, and styling
💹 Displays current price, 24h change, market cap
🎨 Fully responsive and mobile-friendly design
🌙 Easy to extend with filters, search, charts, etc.
🛠️ Installation
git clone https://github.com/swayam03275/react-cryptocurrency.git cd react-cryptocurrency
npm install
npm run dev
🔧 Scripts
| Command | Description |
|---|---|
npm run dev |
Start local dev server |
npm run build |
Build app for production |
npm run deploy |
Deploy to GitHub Pages |
📁 Folder Structure src/ ├── components/ # Reusable UI components ├── features/ # Redux slice ├── data/ # Mock/sample data if any ├── app/store.js # Redux store ├── App.jsx # Main App ├── main.jsx # Entry point └── index.css # Tailwind base styles
📗 License This project is open-source and available under the MIT License.
🙋♂️ Author Made with ❤️ by Swayam Agarwal