CPSC270
Software Engineering and Project Design

Activity 9

Web App

Create a web app with a grid of clickable cells. The app should:

  1. Create the grid programatically using JavaScript that:
    1. Uses a variable for the number of rows and columns.
    2. Doesn’t use a canvas element.
  2. Should center the grid in the window using CSS.
  3. Toggle background color in response to clicks.