brenthagen / LendingClubVis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lending Club Visualization

A data visualization in React based on LendingClub loan data from 2007-11. The full data can be found at: https://www.lendingclub.com/info/download-data.action

To work with the codebase:

Step 1

Fork and clone down the repo.

Step 2

Install required dependencies using npm install

$ npm install

Step 3

Execute the following to start the server and client bundle for further development.

$ npm run server-dev
$ npm run react-dev

OR

Execute npm start to start the server and create the bundle.

$ npm start

Step 4

Navigate to your localhost at port 3000 to view. E.g., http://127.0.0.1:3000/

Enjoy!

About

License:MIT License


Languages

Language:JavaScript 100.0%