mring33621 / eod-service-ui-v3

A simple Vue.js UI for browsing historical stock market data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Another EOD Service UI for Browsing Historical Stock Market OHLCV Data

Description:

  • A very simple Vue.js front end for EOD Service REST API.
  • Uses the Vite 'Vue' template
  • Uses a very basic 'TabbedInterface' component for switching between multiple 'pages'
  • Uses Vite's built-in proxy to forward requests to the EOD Service API, avoiding CORS issues, in local/dev mode
  • I built this in order to learn a bit about Vue.js and Vite
  • Similar to the React version of the same project, but with Vue.js

Example

TODO:

  • Add some styling
  • Add some graphs
  • Add a 'Symbol Search' component

About

A simple Vue.js UI for browsing historical stock market data.


Languages

Language:Vue 66.3%Language:CSS 20.6%Language:JavaScript 7.3%Language:HTML 5.8%