CPSC270
Software Engineering and Project Design

Activity 14

React App

Reimplement the grid of clickable cells web app using React. This version of the app should have two components:

  1. App - dynamically creates a 2-dimensional grid of cells
  2. Cell - toggle’s its background color on click