Skip to content

Simple Conway's game of life implementation in React + Tailwind

License

Notifications You must be signed in to change notification settings

NatanCieplinski/react-game-of-life

Repository files navigation

Game of Life


Netlify Status


Development setup

Install dependencies:

npm install

Start the dev server:

npm run dev

Lint the project:

npm run lint
npm run lint:fix

Build for production

npm run build

About

Simple Conway's game of life implementation in React + Tailwind

Resources

License

Stars

Watchers

Forks