https://github.com/tejas-shindee/crypto-coin-tracker
A fast and lightweight cryptocurrency price tracker built with Vite, JavaScript, and Tailwind CSS. Get real-time crypto updates with a clean UI.
https://github.com/tejas-shindee/crypto-coin-tracker
coin-tracker crypto crypto-prices cryptocurrency javascript real-time-data tailwind-css vite web-apps
Last synced: 2 months ago
JSON representation
A fast and lightweight cryptocurrency price tracker built with Vite, JavaScript, and Tailwind CSS. Get real-time crypto updates with a clean UI.
- Host: GitHub
- URL: https://github.com/tejas-shindee/crypto-coin-tracker
- Owner: TEJAS-SHINDEE
- Created: 2025-04-03T04:58:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-03T05:14:27.000Z (about 1 year ago)
- Last Synced: 2025-04-03T06:19:27.045Z (about 1 year ago)
- Topics: coin-tracker, crypto, crypto-prices, cryptocurrency, javascript, real-time-data, tailwind-css, vite, web-apps
- Language: JavaScript
- Homepage: https://crypto-coin-tracker-tau.vercel.app/
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚀 Crypto Coin Tracker
A lightweight and fast cryptocurrency price tracker web application built with **Vite**, **JavaScript**, and **Tailwind CSS**. This app fetches real-time crypto prices and displays them in an elegant UI.
## 🌟 Features
- 📈 Live cryptocurrency price updates
- 🔍 Search for specific cryptocurrencies
- 📊 Display price, market cap, and volume
- 🎨 Responsive and minimal UI with Tailwind CSS
- ⚡ Built with Vite for super-fast performance
## 📸 Screenshots
 *(Replace with actual image)*
## 🛠 Tech Stack
- **Frontend**: JavaScript, Vite, Tailwind CSS
- **API**: [CoinGecko API](https://www.coingecko.com/en/api) *(or any other API you used)*
## 🚀 Installation & Setup
1. **Clone the repository**
```sh
git clone https://github.com/your-username/crypto-coin-tracker.git
cd crypto-coin-tracker
```
2. **Install dependencies**
```sh
pnpm install # If using pnpm
# or
npm install # If using npm
```
3. **Start the development server**
```sh
pnpm dev # If using pnpm
# or
npm run dev # If using npm
```
4. **Open in browser**
The app should be running at `http://localhost:5173/`
## 🏗 Build for Production
To create an optimized build, run:
```sh
pnpm build # If using pnpm
# or
npm run build # If using npm
```
## 🎯 Future Improvements
- 🌎 Multi-language support
- 📊 More detailed coin statistics
- 🔔 Price alerts and notifications
## 🤝 Contributing
Feel free to contribute! Fork the repo and create a pull request with improvements.
## 📜 License
This project is licensed under the **MIT License**.
---
⭐ Star this repo if you like it! 🚀