Skip to content

satyum-singh-pathania/cryptoverse

Repository files navigation

💰 CryptoVerse

A real-time cryptocurrency dashboard — live prices, interactive charts, a personal portfolio with profit/loss tracking, a watchlist, market sentiment, and news. Built as an installable Progressive Web App.

CryptoVerse lets you track hundreds of coins in real time, dig into detailed stats and price history, manage a portfolio, and gauge the mood of the market — all in a fast, responsive, dark/light themed interface.


✨ Features

Feature
📈 Live prices — auto-refresh every 30s with green/red flash on change
📊 Sparklines — a 7-day trend chart on every coin card
💼 Portfolio — track holdings with live profit/loss and an allocation donut
Watchlist — star coins to a personal, persistent list
🔃 Sort & filter — by market cap, price, volume, or 24h change
🚀 Market movers — top gainers / losers at a glance
😨 Fear & Greed index + accurate global stats & BTC dominance
💱 Currency selector — USD, EUR, GBP, BTC, ETH (re-prices the whole app)
🧮 Converter — coin-to-fiat calculator on each detail page
🌗 Dark / light themes with a gold accent and one-tap toggle
📰 News — filterable crypto news feed
📱 PWA — installable, offline-capable, app-like experience

🚀 Getting Started

Prerequisites: Node.js 20.19+ or 22.12+

# 1. Install dependencies
npm install

# 2. Configure API keys
cp .env.example .env   # then fill in your own keys

# 3. Start the dev server
npm run dev

# Production build / preview
npm run build
npm run preview

You'll need a free API key from RapidAPI (Coinranking). The CoinGecko key is optional, and news works out of the box (via rss2json, no key required). Keys live in .env, which is git-ignored — never commit it.


🛠 Tech Stack

Area Technology
Framework React 19
Build tool Vite 8
UI library Ant Design 6
State / data Redux Toolkit 2 + RTK Query
Routing React Router 7
Charts Chart.js 4 + react-chartjs-2
Dates Day.js
PWA vite-plugin-pwa (Workbox)
Testing Vitest

Data sources: Coinranking (RapidAPI), CoinGecko, rss2json (crypto news feeds), and alternative.me (Fear & Greed).


📁 Project Structure

src/
├─ main.jsx            React entry: Router + Redux + Theme providers
├─ App.jsx             Layout + routes
├─ App.css             Design system (themes, layout, components)
├─ app/                Redux store + localStorage persistence
├─ features/           State slices: watchlist, portfolio, settings
├─ services/           RTK Query APIs (Coinranking, CoinGecko, NewsAPI)
├─ theme/              Dark/light theme provider
├─ utils/format.js     Price / money / number formatting
└─ components/         UI components & pages

📚 Documentation

Full technical documentation and a project report are in docs/:

  • DOCUMENTATION.md — architecture, state, APIs, theming, how to extend
  • REPORT.md — project overview, work completed, metrics
  • CryptoVerse-Documentation.pdf — both, as a styled PDF (node docs/build-pdf.mjs to rebuild)

📄 License

Released under the MIT License.

About

Crypto Verse is a progessive web application that tells you about latest information, exchanges and news about the trending crypto coins in the market.

Topics

Resources

License

Code of conduct

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors