Simple implementation of Conway's Game of Lifeusing React with TypeScript. Try it here.
You'll need node.js and npm to run this project locally.
- React - A JavaScript library for building user interfaces.
- TypeScript - TypeScript extends JavaScript by adding types to the language.
- Fluent UI React - An ecosystem for building highly customizable enterprise class user interfaces.
- webpack - webpack is a module bundler.
- Babel - Babel is a JavaScript compiler.
- Jest - Jest is a delightful JavaScript Testing Framework with a focus on simplicity.
- Enzyme - JavaScript Testing utility for React.
- ESLint - Pluggable JavaScript linter.
- Based on project template react-typescript-boilerplate by Vincent Chee
- Inspired by react-gameoflife by Charlee Li