Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 640 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 640 Bytes

Welcome to the Regrow FE coding challenge!

reference

Your task

Design and Build a reusable Table component, where a farmer can enter information about their fields.

Please follow the steps below to complete the coding challenge:

  • Refer to the reference.jpg as a guide
  • Each column in the Table will have an input type, e.g. dropdown, date-picker or text input
  • The Table should be usable in various situations, e.g. during planting or harvest season
  • Render the Table component with some mock data

If you have time:

  • Build some input components for the Table
  • Build the column reordering UI