Skip to content

A collaborative project from the University of Minnesota coding boot camp. Stock Finder is a client-side web application that enables users to search for a company’s stocks.

Notifications You must be signed in to change notification settings

maayazed/uofmP1-stockFinder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stock Finder

Description

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.

User Interface

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.

CAUTION

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.

CSS Framework

API's

Future Development

  • 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.

From the Contributor's

Made With ❤️

About

A collaborative project from the University of Minnesota coding boot camp. Stock Finder is a client-side web application that enables users to search for a company’s stocks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.5%
  • CSS 22.6%
  • HTML 18.9%