An open API service indexing awesome lists of open source software.

https://github.com/500tech/grid-interview

Please do not open pull requests against this repository
https://github.com/500tech/grid-interview

Last synced: 5 months ago
JSON representation

Please do not open pull requests against this repository

Awesome Lists containing this project

README

          

Base project for Grid interview

## Installation

Clone this project and run `npm install` and afterwards `npm start`

## Task
Implement a generic grid component that can accept configuration and data and render a table accordingly.

Once you are done implementing the grid using the current config, uncomment the last columns in config objects and implement
the ability to render a custom react component for a table cell.

> 500Tech.com