https://github.com/jwworth/conway
🧫 Conway's Game of Life in React.js and TypeScript
https://github.com/jwworth/conway
conways-game-of-life reactjs typescript
Last synced: 3 months ago
JSON representation
🧫 Conway's Game of Life in React.js and TypeScript
- Host: GitHub
- URL: https://github.com/jwworth/conway
- Owner: jwworth
- Created: 2018-01-13T07:03:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T01:34:17.000Z (almost 3 years ago)
- Last Synced: 2025-02-10T13:16:48.565Z (8 months ago)
- Topics: conways-game-of-life, reactjs, typescript
- Language: TypeScript
- Homepage: https://conway.now.sh/
- Size: 2.77 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Conway

This is my implementation of [Conway's Game of Life][conway] in React.js and
TypeScript.https://conway.now.sh/
### Setup
Install [yarn][yarn]. Then:
```
$ git clone https://github.com/jwworth/conway.git
$ cd conway
$ yarn
$ yarn start
```Visit http://localhost:3000/ to view your development server.
### Testing
```
$ yarn test
```### License
This project is released under the [MIT License][mit].
[conway]: https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
[yarn]: https://yarnpkg.com/
[mit]: http://www.opensource.org/licenses/MIT