Stock-Tracker
A full-stack stock tracking application that delivers real-time market data through a custom backend API. The system uses a React frontend for dynamic data visualization and a Node.js/Express backend to securely interface with the Finnhub API, handle data fetching, and manage refresh intervals.
Stock Exchange Tracker
A real-time stock price tracker built with React that helps monitor stock prices with automatic refresh intervals.
Features
- Real-time stock quotes from Finnhub API
- Customizable auto-refresh intervals
- Historical price tracking in a table
- Manual refresh button
- Live countdown timer
Setup Instructions
- Get a free API key from Finnhub.io
- Clone this repository
- Run
npm install - Open
src/StockTracker.jsxand replaceYOUR_API_KEY_HEREwith your actual API key - Run
npm run dev - Open your browser to the local URL shown
Technologies Used
- React
- Vite
- Tailwind CSS
- Finnhub API
- Lucide React (icons)
Log in or sign up for Devpost to join the conversation.