This is a web application that allows users to search for stock tickers from major indices such as the Dow Jones, S&P 500, and NASDAQ. The app retrieves real-time stock prices and company names for the selected ticker symbols.
- Search for Stock Tickers: Users can enter a stock ticker from major indices.
- Real-Time Stock Prices: The app fetches and displays the real-time stock price for the entered ticker.
- Company Name: Displays the full company name associated with the stock ticker.
- React: A JavaScript library for building user interfaces.
- API Ninjas: API service for fetching stock data.
- JavaScript: For implementing the core logic.
- HTML/CSS: For styling and structuring the web app.
Follow these steps to run the app locally:
- Clone the repository:
git clone https://github.com/markn77/stock-market cd stock-market-app