Professional cryptocurrency trading dashboard built with Next.js 15, TypeScript, and TailwindCSS.
🌐 Live Demo → gzeu.github.io/CryptoTraderPro
| 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 |
git clone https://github.com/Gzeu/CryptoTraderPro.git
cd CryptoTraderPro
npm install --legacy-peer-deps
npm run dev
Open http://localhost:3000.
Auto-deployed to GitHub Pages on every push to main via GitHub Actions.
npm run build # generates static output in /out
MIT © Gzeu