A real-time cryptocurrency price tracker built with React.js, CSS, and the CoinGecko API. Monitor live crypto prices, market trends, and coin details with a clean and responsive interface. 💹💻
- 🔄 Real-time prices for popular cryptocurrencies via CoinGecko API
- 🔍 Search & filter coins by name or symbol
- 📊 Coin details: market cap, 24h volume, price changes
- 📱 Responsive design for desktop and mobile
- 📈 Price trend charts (if implemented)
- Frontend: React.js ⚛️
- Styling: CSS 🎨
- API: CoinGecko API 🌐
- Tools: Vite / Create React App ⚡
- Clone the repository
git clone https://github.com/yourusername/crypto-pricing-tracker.git cd crypto-pricing-tracker
Install dependencies
npm install
Run the app
npm run dev
Open http://localhost:5173 in your browser 🌐
🎯 Usage
Browse the dashboard to see live cryptocurrency prices
Use the search bar 🔍 to find coins quickly
Click on a coin for detailed market data and charts 📊
🔮 Future Enhancements
🌙 Dark mode toggle
⭐ Favorite coins saved in local storage
🔔 Price alerts via browser notifications
📉 Detailed historical charts and analytics
🤝 Contributing
Contributions are welcome! Open issues or submit pull requests to improve the project 💡