An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# MYSTOCKS

A dummy app with real-time stock data using react, redux along with charting library ( apexcharts )

![myStocks](./myStocks.png)

## 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.