https://github.com/anhtungbui/js-itrade
A stock trading simulator app built with vanilla JavaScript
https://github.com/anhtungbui/js-itrade
Last synced: about 2 months ago
JSON representation
A stock trading simulator app built with vanilla JavaScript
- Host: GitHub
- URL: https://github.com/anhtungbui/js-itrade
- Owner: anhtungbui
- Created: 2020-12-24T20:11:07.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-13T13:47:05.000Z (over 5 years ago)
- Last Synced: 2025-06-23T16:05:07.738Z (12 months ago)
- Language: JavaScript
- Size: 600 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stockTradingGame
## General info
This project is done by students of DCI-FBW14. It's a virtual Stock trading app.
## Technologies
Project is created with:
- HTML,CSS
- Vanilla JS
- Bootstrap
- jQuery
- Highcharts (library for making charts)
- Finnhub.io / Alphavantage API
- Cache / LocalStorage
- Mock Localstorage
- Proxy Pattern
## Installation
1. The app requires 2 free API keys from [finnhub](https://finnhub.io) and [alphavantage](https://alphavantage.co) to be fully functional
2. There is a file named `Config.js.example` inside `js` folder as template
3. Insert your keys there and rename it into `Config.js`
4. Have fun
## Remark
This project is tried by a bunch of beginners. Please try it and leave your comments for further improvements.