Crypto-Pixzl is an open-source, pixel-art-themed application for monitoring the prices of the top 50 cryptocurrencies in the world, including Bitcoin, Ethereum, and more — featuring a vibrant, lightweight, and modern interface. Data is fetched in real-time from a fast and free crypto API.
- 💸 Track Top 50 Cryptos (BTC, ETH, BNB, etc.)
- 🎨 Retro-style Pixel Art Theme
- ⚡ Real-time data using free & fast crypto APIs
- 🌈 Vibrant & Interactive UI
- 🖥️ Lightweight & Open Source — perfect for daily desktop monitoring
- React + TypeScript
- Crypto API (CoinGecko / CoinCap / similar)
- Styling with Tailwind CSS + Animate
- UI Components via ShadCN UI & Radix UI
- Data Fetching using TanStack React Query
- Charts via Recharts
# Clone the repository
git clone https://github.com/etherian3/cryptopix.git
cd cryptopix
# Install dependencies
npm install
# Run the applicationa
npm run dev
# Build the application
npm run build
# Run the application in production mode
npm run preview