Skip to content

Gabriel416/stock-market-graph-visualization-practice

Repository files navigation

Graph Visualization Side Project

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.

Screenshots

preview screenshot of app

Technologies Used

This project was created using Next.js, ReactFlow, TypeScript, PostgreSQL, Tailwind, and Vercel.

Demo

A live hosted version can be found here

Run Locally

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