JavaScript objects drawing themselves into a table using React
- 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.
- 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