enaqx / js-object-to-table

JavaScript objects drawing themselves into a table using React

Home Page:http://enaqx.github.io/js-objects-to-table.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/js-object-to-table
  • $ cd js-object-to-table
  • $ npm install
  • $ npm start
  • Proceed to localhost:3000

About

JavaScript objects drawing themselves into a table using React

http://enaqx.github.io/js-objects-to-table.html

License:MIT License


Languages

Language:JavaScript 100.0%