Demo web app using Next.js, React Server Components, and Streaming "server-rendered" stock price data from Polygon.io API. Original inspiration from @rauchg's tweet - https://x.com/rauchg/status/1809389050568298625
This project uses the brand new shadcn/ui charts library - https://ui.shadcn.com/charts.
Clone this repository to your local machine:
git clone https://github.com/aryanvichare/stocks.git
Move to the cloned directory
cd stocks
Install dependencies:
npm install
Copy the .env.example to your .env.local
cp .env.example .env.local
Get your API Key from Polygon.io and paste it into your .env.local
Run the development server:
npm run dev