A full-stack stock trading simulator built with React, Tailwind CSS, and Vite. Simulate algorithmic trades in a fast, clean UI — ideal for prototyping and learning how trading logic works in practice.
- Simulated order placement
- Trade summary and analytics
- Basic algorithm integration
- Lightning-fast build with Vite
- Modular UI using React components
Frontend : React + TypeScript Styling : Tailwind CSS Build Tool : Vite Package Mgr : npm Utilities : ESLint, PostCSS, tsconfig
git clone https://github.com/your-username/Algo-Trade-Sim.git
cd Algo-Trade-Sim
npm install
npm run dev
Then open http://localhost:5173 in your browser.
📁 src/ ├── 📁 components/ ├── 📁 pages/ ├── App.tsx └── main.tsx
This project is licensed under the MIT License © 2025
Vedank Chaturvedi, Anwita R Rao, Nitesh Gupta, Kyna Pradeep