This implementation of John Conway's Game of Life is being built using the React library.
- $git clone https://github.com/jmash/ConwayLifeReact.git
- $cd
- $npm install
- $npm start
- navigate to localhost:3000 using browser
This implementation of John Conway's Game of Life is being built using the React library.