#CSV-TO-CANVAS
- Connected Points on the Canvas with various shapes.
* HTML5 FileAPI to read the uploaded "csv" file. (Custom methods to process/cleansing of the data)
* Fabric.js For the canvas objects shapes.
* React.js
Clone this repository
Install node, npm/yarn, create-react-app.
In the project directory install the necassary dependencies using the yarn/npm.
Then start the Project using yarn/npm.