A simple app built with create-react-app
utilizing D3.js and React.js
This app uses Yarn version 1.3.2.
$ yarn -v
=> 1.3.2
Install Yarn for your yarn.lock
and node_modules
folder.
$ yarn install
In order to run the app in a development server, run the following command in your terminal:
$ yarn start
Yarn should automatically open localhost:3000
in your browser.
Input a number (N) to see N points charted across the graph, where X is a number returned from Random.org, and Y is historical time data based on quantity of values and time of input.