https://github.com/talentedandrew/mystocks
MYSTOCKS is an application, where a user can view stocks with real time values.
https://github.com/talentedandrew/mystocks
react real-time redux websocket
Last synced: about 2 months ago
JSON representation
MYSTOCKS is an application, where a user can view stocks with real time values.
- Host: GitHub
- URL: https://github.com/talentedandrew/mystocks
- Owner: talentedandrew
- License: mit
- Created: 2019-03-31T17:49:24.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-31T11:12:21.000Z (about 6 years ago)
- Last Synced: 2025-02-03T10:14:29.112Z (over 1 year ago)
- Topics: react, real-time, redux, websocket
- Language: JavaScript
- Homepage:
- Size: 541 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# MYSTOCKS
A dummy app with real-time stock data using react, redux along with charting library ( apexcharts )

## About
MYSTOCKS is an application, where a user can view stocks with real time values.
## Features
- Dynamic routing with next-router.
- State management with redux
- Styling with SASS and render using styled-jsx
- Linting with standard
- Apexcharts and more...
## Getting started
```
use node 10.13.0 or greater
git clone https://github.com/talentedandrew/myStocks my-project
cd my-project
npm install
npm run build
npm run start
```
Then open `http://localhost:3000/` to see your app.