Stock Finder is a web application that enables users to search for a company's stocks. Search results will display. . .
- Company Name
- Company Logo
- Company Description
- A linked URL to the company official webpage
- Company stock summary
- A selection of 3 related articles to the company's stocks linked to the original source
When the search is made, select an option from the Select Stock Company dropdown. In the Recent Searches left sidebar, the option selected will be available, so repeated searches are not necessary. If data is not available from the search, an error modal will show.
Search Prompt: Input a company name or keyword and select the search button.
Company URL: Select the URL to be redirected to the company offical webpage.
Recent Searches: Select an option from the left sidebar to go back to a recent search. Select the clear recent searches to clear out the options in the left sidebar.
Error Modal: Select the grey X to close the error modal if data is not available from a search.
Article Selection: Select the article title to be redirected to the article source page.
Article selection is limited per total searches. If article API timeout occurs article display will not be available. Article API call tally resets 24< hours.
- Implementing a charting API to show stock history for the last 7 days.
- Implementing a time-based API to pull selective data from the search.
- Securing funding for an unlimited encrypted key from Gnews.IO.
- Updating CSS styling.
- Updating media queries.