An open API service indexing awesome lists of open source software.

https://github.com/jmoussa/stock-tracer-fe

Front end Vue.js web app to pair with stock-tracer-be. Using Vuex and Vue Routing. Will visualize Robinhood stock portfolio as well as losses/gains as well as interactive charts for additional insight.
https://github.com/jmoussa/stock-tracer-fe

d3 dashboard dashboards robinhood stock-market stock-market-analysis stocks visualization vue

Last synced: 7 months ago
JSON representation

Front end Vue.js web app to pair with stock-tracer-be. Using Vuex and Vue Routing. Will visualize Robinhood stock portfolio as well as losses/gains as well as interactive charts for additional insight.

Awesome Lists containing this project

README

          

# Stock Tracer Front-End

This is the front-end Vue.js build for the Stock Tracer.
Currently Stock Tracer only links up with Robinhood users (and if you have 2-factor authentication, it needs to be via a 3rd party application like Okta, Authenticator, etc.)

## Supercharge Your Online Financial Dashboards

By linking with Robinhood (and more online brokerages, comming soon) Stock Tracer is able to give you additional insights and metrics via interactive dashboards showcasing:

- Our default Historical Stock Price Timeline
- Earnings per Quarter View & additional stock info
- MACD + Signal Line Graphs
- Dividend Timeline (coming soon)

# Get Started with npm

## Project setup

```
npm install
```

### Compiles and hot-reloads for development

```
npm run serve
```

### Compiles and minifies for production

```
npm run build
```

### Run your unit tests

```
npm run test:unit
```

### Run your end-to-end tests

```
npm run test:e2e
```

### Lints and fixes files

```
npm run lint
```

### Customize configuration

See [Configuration Reference](https://cli.vuejs.org/config/).

## Screenshots

![Historical Stock Price](./screenshots/stock_tracer-1.png)
![MACD + Signal Line](./screenshots/stock_tracer-2.png)