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,
- Initialize the board data (Create random 1s and 0s)
- Create the GUI for the grid
- Hook up a button to update to the 'next state'
- Apply a special style for a live cell
- Allow 'toggling' a cell by clicking on it
- (.. Probably more based on how far you get)