Bloomberg | Onsite | Game of Life (Front-End)
Anonymous User
1824

Role: Senior Front end Engineer

You're provided code that determines the 'next state' of the popular game of life question

Your task is to build up the Front-end of the game in React,

  1. Initialize the board data (Create random 1s and 0s)
  2. Create the GUI for the grid
  3. Hook up a button to update to the 'next state'
  4. Apply a special style for a live cell
  5. Allow 'toggling' a cell by clicking on it
  6. (.. Probably more based on how far you get)
Comments (2)