Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 684 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 684 Bytes

Random Number Graphing

A simple app built with create-react-app utilizing D3.js and React.js

Getting Started & Installing

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

Setting Up

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.

Functionality

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.