Stock Pro is a stock market analysis and portfolio tracking web application designed for retail investors to monitor stocks, manage portfolios, and make informed trading decisions.
- Real-time Stock Prices — Live price updates from market APIs
- Portfolio Management — Track holdings, gains/losses, and allocation
- Interactive Charts — Historical price trends with technical indicators
- Stock Screener — Filter stocks by price, volume, market cap, and more
- Market News — Latest financial news and company announcements
- Watchlist — Save and monitor favorite stocks
- Responsive Design — Works on desktop, tablet, and mobile
Frontend Backend | API | Alpha Vantage / Yahoo Finance / Polygon.io | | Charts | Chart.js / TradingView / Lightweight Charts |
# Clone the repository
git clone https://github.com/shivamkumar181/stock-pro.git
# Navigate to project directory
cd stock-pro
# Install dependencies
npm install
# Create .env file and add your API keys
REACT_APP_STOCK_API_KEY=your_api_key_here
# Start development server
npm start