Game of Life

This is a simple implementation of Conway's game of life. Click on the squares and see what happens after you click run.

The purpose of this was to test out state handling in Nextjs.

It could have been made more efficient using canvas or a 2d library but the point was to make it with react states.