Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.21 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.21 KB

Stock Tracker

📔 About

You can track financial stocks on a minute, hourly and daily basis. Basic simple application where you can observe their charts. This app using Twelvedata API. Sometimes the system may not work due to API limits. For the oldest version of this repo, see the old/vue2 branch.

📜 Features

  • The user can search for stocks.
  • They can examine the hourly daily and weekly charts of the stock they are looking for.
  • The user can log in and out.
  • The time-series are saved in sessionStorage and do not need to be requested again.

📦 Tech Stack