Skip to content

Instantly share code, notes, and snippets.

@vintesh
Created February 8, 2021 19:29
Show Gist options
  • Save vintesh/89027ca65753d75993b5ebf0ee56db0e to your computer and use it in GitHub Desktop.
Save vintesh/89027ca65753d75993b5ebf0ee56db0e to your computer and use it in GitHub Desktop.

Grid Generator

  • Fix the Errors in the code, if any.
  • Give two InputBoxes, for Rows & Columns, create the Grid based on the numbers of the input boxes.
  • Grid Elements should consist of Square Boxes
  • Use a Button & Click Event to Generate the Grid.
  • Given Grid is able to fit into the Page, make it center align in Page.

Bonus

  • Validate InputBoxes for valid numbers.
  • Make Grid and/or Elements Responsive
  • Make Grid Elements Circles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment