Skip to content

sghosal000/stock-market-dashboard

Repository files navigation

stock-market-dashboard (visit)

This project is a clone of the fey.com platform dashboard.

Tech stacks used:

  • Node.js
  • React
  • TailwindCSS

For stock market data, Alpha Vantage API has been used (For rate limit seperately saved data fetched from the API has been used for now)

Running Locally:

step 1: Clone the repo

git clone <repo_url>

step 2: Install Node modules

npm i

step 3: Add environment variable in .env inside root directory (not required while using sample data)

VITE_API_KEY={your api key}

step 4: Run the script and follow the localhost link to run in development mode

npm run dev