A simple Conway's Game of Life implementation in React.
- Play/Pause the game
- Changing grid size
- Changing game speed
- Drawing on the grid
- Saving/Loading grid
- Run dev environment
npm run start
- Build app for production
npm run build
- Lint code with ESLint
npm run lint
- Run tests
npm run test