Welcome to Stock Screener!
Stock Screener is a React-based front-end application used to view real-time information about stocks and the stock market. Using the Yahoo Finance API, users can view the market as a whole on the home page or they can search for detailed information by typing in a specific stocks ticker in the search bar.
Technologies Used: React.JS | CSS flexbox | Yahoo Finance API
Getting Started:https://stock-screener-321.herokuapp.com/ Click on this link to get started:
- You will be shown the display screen where you can view the most popular US stock markets
- Below that, you will see the top 10 trending stocks today
- Choose any stock to search in the top search bar
- Type in the stocks ticker and click the search button (or press return on your keyboard)
- Now you can view information such as the stocks current price, the 52 week range, or the expert Analyst buy/sell rating
Next Steps/Icebox items
- Implement a carousel feature for the trending stocks
- Implement user auth so users can create a watchlist of stocks
- Create stock charts from the API data
