8000 GitHub - NoahMarkFL/stocks: 📈 Stock Picker using Next.js, React Server Components, Tailwind CSS, and shadcn/ui components and charts
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

📈 Stock Picker using Next.js, React Server Components, Tailwind CSS, and shadcn/ui components and charts

Notifications You must be signed in to change notification settings

NoahMarkFL/stocks

 
 

Repository files navigation

Stock Picker

Features

  • Built with Next.js App Router, Typescript, TailwindCSS, and Shadcn/UI (and latest charting components)
  • Uses React Server Components and Streaming "server-rendered" stock price data from Polygon.io API

Getting Started

  1. Clone this repository to your local machine:

  2. Move to the cloned directory

    cd stocks
  3. Install dependencies:

    npm install
  4. Copy the .env.example to your .env.local

    cp .env.example .env.local
  5. Get your API Key from Polygon.io and paste it into your .env.local

  6. Run the development server:

    npm run dev

About

📈 Stock Picker using Next.js, React Server Components, Tailwind CSS, and shadcn/ui components and charts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.7%
  • CSS 3.8%
  • JavaScript 0.5%
0