gomezhyuuga / hp_programming_project

Programming Project for HP Labs recruitment process

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Histogram Chart

Programming Project for HP Labs recruitment process.

Reads a data file from the server and creates an interactive chart.

Instructions

Clone

git clone https://github.com/gomezhyuuga/hp_programming_project.git

Compile the C++ APP

g++-5 -std=c++11 generator.cpp -o generator

Install NPM Dependencies

npm install

Run the server

npm start

Access the application

http://localhost:3000/

About

Programming Project for HP Labs recruitment process


Languages

Language:CSS 68.8%Language:JavaScript 29.7%Language:HTML 1.0%Language:C++ 0.4%Language:Makefile 0.0%