A demo stock trading platform.
stockwise/
├── backend/
├── dashboard/ # Trading dashboard (React)
└── frontend/ # Landing page & auth (React)
- Frontend: React
- Styling: Bootstrap CSS
- Backend: Node.js/Express
Navigate between Dashboard sections (Orders, Holdings, Positions, Funds) from the side menu. The Dashboard defaults to the home view with your portfolio summary.



