This is a frontend web app I am currently building with Vue.js to allow users to track their stocks. I will build this into a MEVN stack.
Clone this repo and run the following commands in your terminal.
npm install
npm run serve
npm run build
Users can:
- View stocks in a table on the home page
- Search stocks in an autocomplete search bar
- Create a new portfolio by selecting stocks and entering the amount to invest in each one
- View their portfolio, including the amount invested and share
Currently working on functionality to allow users to:
- Receive alerts when there is a significant change in the stock market or in the value of their portfolio
- Vue.js
- JavaScript
- HTML
- CSS
- Cypress
- Docker