An open API service indexing awesome lists of open source software.

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.

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

![Crypto Coin Tracker Preview](https://your-image-link.com) *(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! 🚀