Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/songomen/trader24
React application for trading market stocks with virtual money.
https://github.com/songomen/trader24
market-stocks react sass stocks trade trading webapp
Last synced: 4 days ago
JSON representation
React application for trading market stocks with virtual money.
- Host: GitHub
- URL: https://github.com/songomen/trader24
- Owner: SongoMen
- License: mit
- Created: 2019-04-21T15:29:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T20:48:30.000Z (over 1 year ago)
- Last Synced: 2024-08-05T20:32:37.997Z (3 months ago)
- Topics: market-stocks, react, sass, stocks, trade, trading, webapp
- Language: JavaScript
- Homepage: https://stocks-af048.web.app/
- Size: 4.38 MB
- Stars: 119
- Watchers: 11
- Forks: 59
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/59e0139efa0f40caac5f2145d56a8f82)](https://www.codacy.com/manual/pat.kozlowski2000/react-stock-app?utm_source=github.com&utm_medium=referral&utm_content=SongoMen/react-stock-app&utm_campaign=Badge_Grade)
Trader24
Application that allows people to trade US market stocks. Data provider is IEX.
Technology stack:
* React
* Chartjs 2
* Firebase
* react-router
* Sass
* JestUsing Codacy for code quality.
## Live version: https://stocks-af048.web.app/
## Running
1. Open .env file and enter your IEX Cloud api keys (both can be the same)
2. Go to project directory and run:
```
$ npm install
```3. Start the app:
```
$ npm start
```
4. Open web browser to: http://localhost:3000/