Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.24 KB

README.md

File metadata and controls

40 lines (31 loc) · 1.24 KB

stock-trader

Overview of this app

stock trader home screen

Screenshot 2023-04-19 at 01 00 19

Buy stocks

Screenshot 2023-04-19 at 01 00 45

stock portfolio , sell the stocks

Screenshot 2023-04-19 at 01 02 00

Functionalities

  • Home screen => show total funds earned

  • Stock => list of all stocks available with price details. Buy your stocks.

  • Portfolio => list of stocks which are bought by you. Sell your stocks when price hikes.

  • End Day => end your day to start fresh and sell / or buy more stocks as price changes.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.