Skip to content

CryptoTon is a modern, real-time cryptocurrency dashboard built with React and Tailwind CSS, featuring live price tracking, portfolio management, and custom market alerts.

Notifications You must be signed in to change notification settings

abhranilsingharoy-cloud/CryptoTon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

15 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

CryptoTon πŸš€

CryptoTon is a modern, real-time cryptocurrency dashboard built with React and Tailwind CSS. It provides live price tracking, portfolio management, and market insights using the CoinGecko API.

✨ Features

β€’ πŸ“ˆ Live Data Tracking: Real-time price updates every 15 seconds with a visual countdown timer.

β€’ Multi-Category Views:

β€’ πŸ“ˆ Top: Market cap leaders.

β€’ πŸ”₯ Trending: Coins trending on CoinGecko.

β€’ πŸ‘οΈ Most Visited: High traffic assets.

β€’ πŸ†• New: Recently listed cryptocurrencies.

β€’ ⚑ Gainers & Losers: Top movers in the last 24 hours.

β€’ 🌐 Real-World Assets (RWA): Tracking tokens backed by real-world assets.

β€’ Portfolio Manager: * Input your holdings for any coin.

β€’ Automatically calculates your total value based on live prices.

β€’ Data persists locally in your browser (LocalStorage).

β€’ Smart Sorting: Sort by Price, 1h %, 24h %, Market Cap, or your Personal Holdings Value.

β€’ Price Alerts: Set custom "Above" or "Below" price alerts and get visual notifications when thresholds are hit.

β€’ Robust Fallback: Includes a "Demo Mode" that automatically generates realistic mock data if the API rate limit is reached.

πŸ› οΈ Tech Stack

β€’ Framework: React (Vite)

β€’ Styling: Tailwind CSS

β€’ Icons: Lucide React

β€’ Data Source: CoinGecko API

πŸš€ Getting Started

Follow these steps to run the project locally.

Prerequisites

Make sure you have Node.js installed on your machine.

Installation

  1. Clone the repository

git clone https://github.com/abhranilsingharoy-cloud/CryptoTon cd cryptoton

  1. Install dependencies

npm install

  1. Run the development server

npm run dev

  1. Open your browser Navigate to http://localhost:5173 to view the app.

πŸ“‚ Project Structure

cryptoton/ β”œβ”€β”€ src/ β”‚ β”œβ”€β”€ App.jsx # Main application logic β”‚ β”œβ”€β”€ index.css # Global styles & Tailwind imports β”‚ └── main.jsx # Entry point β”œβ”€β”€ public/ β”œβ”€β”€ index.html β”œβ”€β”€ tailwind.config.js # Tailwind configuration └── package.json

⚠️ API Rate Limits

This project uses the free tier of the CoinGecko API, which has a rate limit of approximately 10-30 calls per minute.

CryptoTon handles this automatically:

β€’ If the API limit is hit, the app switches to Demo Mode (indicated by an orange WiFi icon).

β€’ It generates realistic mock data so the UI remains functional for testing features like sorting and pagination.

β€’ It will attempt to reconnect to the live API automatically.

🀝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

  1. Fork the Project

  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)

  3. Commit your Changes (git commit -m 'Add some AmazingFeature')

  4. Push to the Branch (git push origin feature/AmazingFeature)

  5. Open a Pull Request

Built by Abhranil Singha Roy.

About

CryptoTon is a modern, real-time cryptocurrency dashboard built with React and Tailwind CSS, featuring live price tracking, portfolio management, and custom market alerts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •