An Exness-inspired CFD (Contract for Difference) trading platform built with modern web technologies.
This project simulates real-time price updates, interactive charts, and trading functionality.
- 📊 Real-time price updates
- 📉 Interactive trading charts
- ⏱️ Multiple timeframe selection
- 💱 Multi-asset support (BTC / SOL / etc.)
- 🧾 Order placement (Buy / Sell)
- 🔐 Authentication
- ⚡ Fast & responsive UI
Frontend
- Next.js / React
- TypeScript
- TailwindCSS
Backend
- Node.js / Next.js API / Express
- WebSockets (for live prices)
- Prisma / PostgreSQL
- Redis
git clone https://github.com/anandrajsingh/cfd.git
cd cfddocker-compose up -dnpm installnpm run dev
