Conway's Game of Life written in Typescript and React
Game of Life
A simple demo of Conway’s Game of Life written in react and typescript.
Demo
https://calm-travesseiro-a2b773.netlify.app
Screenshots
Run Locally
Clone the project
git clone git@github.com:jacobgad/game-of-life.git
Go to the project directory
cd game-of-life
Install dependencies
npm install
Start the server
npm run dev