Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.27 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.27 KB

stocktrader-vueapp

Stocktrader-vueapp is a web application that allows users to track and analyze stock prices and trends. It is built using Vue.js, a progressive JavaScript framework for building user interfaces, and utilizes the Alpha Vantage API to retrieve real-time stock data.

The application features a user-friendly interface where users can search for stocks by symbol or company name and view detailed information on each stock, including the current price, price change, and trading volume. Users can also create and manage a watchlist of stocks they are interested in tracking.

In addition, the application includes charts and graphs that display historical data on a stock's performance, allowing users to identify trends and patterns. The charts can be customized to display data over different time periods, and users can compare the performance of multiple stocks side-by-side.

Overall, stocktrader-vueapp is a powerful tool for anyone interested in tracking the stock market and making informed investment decisions.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Customize configuration

See Configuration Reference.