js-object-to-table

0.0.3 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i js-object-to-table

Weekly Downloads

2

Version

0.0.3

License

MIT

Last publish

Collaborators

  • enaqx