A modern trading platform dashboard built with Next.js 14, TypeScript, and Tailwind CSS, powered by the Finnhub API.
- 📊 Real-time stock quotes via WebSocket
- 📈 Interactive charting with OHLCV data
- 📰 Live market news feeds
- 📅 Economic calendar integration
- 🎨 Premium dark theme UI
- Framework: Next.js 14 (App Router)
- Language: TypeScript
- Styling: Tailwind CSS
- Charts: Recharts
- Data: Finnhub API (Free Tier)
cd fintech-saas
npm install
npm run devOpen http://localhost:3000 in your browser.
Create a .env.local file in the fintech-saas directory:
NEXT_PUBLIC_FINNHUB_API_KEY=your_api_key_hereGet your free API key at finnhub.io.
├── Design Interface and Style/ # Figma design assets
├── fintech-saas/ # Next.js application
│ ├── src/
│ │ ├── app/ # App router pages
│ │ ├── components/ # React components
│ │ └── lib/ # Utilities & API clients
│ └── ...
└── Finnhub API Free Tier... # API documentation
Private - All rights reserved