js-object-to-table
v0.0.3
Published
JavaScript objects drawing themselves into a table using React
Downloads
4
Readme
js-object-to-table
JavaScript objects drawing themselves into a table using React
Features:
- Two classes of objects: LeftClass and RightClass.
- A container object, that holds two arrays: one an array of LeftClass objects, and the other an array of RightClass objects.
- JavaScript functions that will allow the objects to draw themselves into the table, extending the table as required.
- All the colours and values in the table should be put there by the JS objects.
Tools used:
Usage:
- Install node and git
$ git clone https://github.com/enaqx/
$ cd js-object-to-table
$ npm install
$ npm start
- Proceed to localhost:3000