https://github.com/zelenko/stock-portfolio
Stock portfolio web app that allows users to input stock symbols and view open/high/low/close price of the symbol.
https://github.com/zelenko/stock-portfolio
Last synced: 5 months ago
JSON representation
Stock portfolio web app that allows users to input stock symbols and view open/high/low/close price of the symbol.
- Host: GitHub
- URL: https://github.com/zelenko/stock-portfolio
- Owner: zelenko
- License: mit
- Created: 2019-02-03T06:18:32.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-04T06:03:14.000Z (about 7 years ago)
- Last Synced: 2025-03-13T10:18:11.404Z (12 months ago)
- Language: TypeScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stock-portfolio
Stock portfolio web app that allows users to input stock symbols and view open/high/low/close price of the symbol.
## Start the SERVER on port 8080
* `npm install`
* `npm start`
## Start the CLIENT on port 80
* `npm install`
* `npm start`