Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eralpozcan/stock-tracker

Stock Tracker Vue App with Twelvedata API
https://github.com/eralpozcan/stock-tracker

apexcharts pinia twelvedata vue

Last synced: about 2 months ago
JSON representation

Stock Tracker Vue App with Twelvedata API

Awesome Lists containing this project

README

        




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](https://twelvedata.com/). Sometimes the system may not work due to API limits. For the oldest version of this repo, see the [old/vue2](https://github.com/Eralpozcan/Vue-Stock-Chart/tree/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**
- [Vue.js](https://vuejs.org/)
- [Pinia](https://pinia.vuejs.org/)
- [Vue Router](https://router.vuejs.org/)
- [Axios](https://axios-http.com/)
- [PrimeVue](https://primevue.org/)
- [ApexCharts](https://apexcharts.com/)