Robinhood's Forest is a small React prototype that turns a stock portfolio into an isometric forest. Holdings are represented by different trees, alongside a Robinhood-inspired portfolio view with position details and historical charts.
The forest view is still available. The portfolio view used a Google Apps Script market-data endpoint that is no longer online, so live portfolio data may not load. The dependency is preserved as part of the original prototype.
Install the dependencies and start the development server:
npm install
npm startThen open http://localhost:3000.
To create a production build:
npm run build- React
- Konva
- Chart.js
- Tailwind CSS
MIT
