Simple Stock Ticker
View stock prices and company information in this React and .NET Core based web application.
To use, simply search for a company’s ticker symbol. Clicking Company Profile will show you more information about this company. Stock information is provided by Financial Modeling Prep.
Features:
- Search for company by their stock ticker symbol
- View detailed company information, including the latest stock prices
- Responsive design. Works perfectly on a desktop, laptop, tablet, or smartphone.
- .NET Core backend code and automated tests available here on GitHub
- React frontend code and automated tests available here on GitHub