Skip to content

jdmacmurtrie/random-number-graphing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Charts random numbers on a line graph!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published