This project is a Conway's Game of Life simulator. It will generate a random board. It allows the user to start the simulation, pause the simulation, and reset it. React was perfect for this project since it does such a great job handling the updating when state changes.
- git clone
- npm install
- npm start
- MIT