CryptoTraderPro

Professional cryptocurrency trading dashboard built with Next.js 15, TypeScript, and TailwindCSS.

Deploy to GitHub Pages CI/CD Pipeline License: MIT Next.js TypeScript

🌐 Live Demo → gzeu.github.io/CryptoTraderPro


Features

Tech Stack

Layer Tech
Framework Next.js 15 (App Router, static export)
Language TypeScript 5
Styling TailwindCSS 3
State Zustand
Data CoinGecko API (free tier)
Charts Lightweight Charts (TradingView)
CI/CD GitHub Actions → GitHub Pages

Local Development

git clone https://github.com/Gzeu/CryptoTraderPro.git
cd CryptoTraderPro
npm install --legacy-peer-deps
npm run dev

Open http://localhost:3000.

Deployment

Auto-deployed to GitHub Pages on every push to main via GitHub Actions.

npm run build   # generates static output in /out

License

MIT © Gzeu