This project lets a user visualize the S&P 500 companies by viewing company nodes tied together by edges of related companies in the same sector.
This project was created using Next.js, ReactFlow, TypeScript, PostgreSQL, Tailwind, and Vercel.
A live hosted version can be found here
Clone the project
git clone https://github.com/Gabriel416/stock-market-graph-visualization-practice.git
Go to the project directory
cd stock-market-graph-visualization-practice
Install dependencies
npm install
Start the server
npm run dev