Back to Projects
FinTechProfessional Project
Algorithmic Trading Platform
Sep 2023 - May 2025
Next.jsTypeScriptTailwind CSSshadcn/uiGraphQLAxiosZustandDjangoPostgreSQLCeleryDocker
A trading platform for the Indian equities market, built during my time at a fintech startup that has since closed. I worked primarily on the frontend, with some contributions to the backend.
How It Works
- The frontend is a Next.js and TypeScript app, using GraphQL and Axios for data fetching and Zustand for client state, styled with Tailwind CSS and shadcn/ui.
- It provides a trading dashboard, portfolio views, and interfaces for configuring and backtesting strategies.
- I had basic involvement on the backend, which was built with Django, PostgreSQL, Celery, and Docker.
Key Highlights
- Trading dashboard and portfolio views
- Strategy and backtesting interfaces
- GraphQL-driven data layer
Tech Stack
- Next.js, TypeScript & Tailwind CSS with shadcn/ui for the frontend
- GraphQL & Axios for data fetching, Zustand for state
- Django, PostgreSQL, Celery & Docker on the backend