Skip to content

mosesr-kim/stock-tracker

Repository files navigation

Stock Tracker

A web application for stock enthusiasts who want to get real time data on stocks using their ticker symbol

ezgif com-gif-maker (1)

Live Demo

Test out my Stock Tracker

Motive

At the time, I was an avid stock trader and loved to keep track of my favorite stocks to see how they were doing daily. I would always check the current price, today's highs and lows, and the percentage change whether it was up or down. I wanted to build an application I was passionate about while using newly profound skills in HTML, CSS, and JavaScript. The Yahoo Finance API was rich in data but also limited requests to 500 per month. I made use of the limitation by building my app around a single API request.

Technologies

  • HTML
  • CSS
  • JavaScript
  • AJAX
  • JSON
  • Yahoo Finance API

Current Features

  1. User can search for a stock by its ticker symbol

    When a stock is searched, the search result will include the company's name, ticker symbol, current price, the current day's highs and lows, and a company description.

  2. User can add a stock to their watchlist

    There is a button in the bottom right of the search result that adds the stock to the watchlist.

  3. User can delete a stock from their watchlist

    In the search result page, if the stock is in your watchlist, there will be a minus icon that will remove the stock from the watchlist.

  4. User can view trending stocks

    The user will be able to view the trending stocks at any time by clicking on the trending stocks link in the header of the app.

  5. User can add a trending stock to their watchlist

    While viewing the trending stocks list, there will be a plus icon to add the stock to the watchlist.

  6. User can delete a stock from the trending stocks container

    While viewing the trending stocks list, you can click the minus icon to quickly remove the stock from the watchlist.

Stretch Feature(s)

  1. User can update their stocks with a click of a button.

    Add a button for each stock in the watchlist container to quickly get updated data.

Getting Started

The files in the repository are all you need!

About

A web application for stock enthusiasts who want to get real time data on stocks using their ticker symbol.

Resources

Stars

Watchers

Forks

Contributors