Shows bar charts of daily stock volume for 30 stocks.
- hovering over a bar chart increases it's size
- click a bar removes it from the page
- the AAPL stock uses 5000 datapoints
Please note I have included an API KEY in a .env file to make sharing easy while still connecting with a third-party API for stock volume data.
First, run npm install
npm install
Second, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
This is a Next.js project bootstrapped with create-next-app
.