Scatter Plot
You are required to write an application using JavaScript, that will render a Scatter Plot to display all model data. The data has been provided as a CSV file, that should be served via an endpoint., the preferred method of delivery would be done using NodeJS, however if you would like to use another language for this part, then that would be acceptable. The preferred method to render the front-end would be delivered using ReactJS.
This is not the way I would write code for this kind of small application. However the structure is intended to show how I would work in a large scale app (more or less).
After entering the directory, type the following, if you don’t have the lts version of node:
nvm install
Othervise type this, to use the lts version
nvm use
npm install
npm run build
npm start
npm test