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
- Host: GitHub
- URL: https://github.com/500tech/grid-interview
- Owner: 500tech
- License: mit
- Created: 2021-04-01T11:13:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T10:48:12.000Z (over 3 years ago)
- Last Synced: 2025-04-30T10:33:27.361Z (about 1 year ago)
- Language: JavaScript
- Size: 627 KB
- Stars: 2
- Watchers: 4
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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