Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 598 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 598 Bytes

ScreenShot

#CSV-TO-CANVAS

  • Connected Points on the Canvas with various shapes.

Technology Used ?

* 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

Getting started

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.