A crypto price tracking app built with React.js and Vite.
🚀 Try the app live: Crypto Tracker App
📸 Watch the demo: YouTube Video
This project is a simple yet powerful crypto price tracker. It helps you stay updated on the latest cryptocurrency prices and trends.
✅ Why use this app?
If you're into crypto investments, this app is highly recommended! It features:
- A clean and user-friendly interface.
- A searchable crypto table.
- Detailed views when you click on a cryptocurrency.
- Sparkline charts showing 7-day price trends.
Easily follow the behavior of different cryptocurrencies in real time with this app.
- React.js
- Vite
- JavaScript
- CSS
- QuickChart (for sparkline charts)
- CoinGecko API (for live data)
Follow these steps to run the project locally:
Make sure you have:
# Clone the repository
git clone https://github.com/your-username/crypto-tracker.git
# Navigate into the project directory
cd crypto-tracker
# Install dependencies
npm install
# Run the development server
npm run dev
📍 Now open your browser and go to:
http://localhost:5173
(or the address shown in your terminal)
Feel free to fork this repository and submit a pull request.
Suggestions and improvements are always welcome!