An interactive tool that simulates a cellular automaton: a set of cells that evolve over time based on a set of rules.
- React
- JavaScript
- Canvas API
- Material UI
- Install dependencies
npm install
- Run the app in development mode
npm start
- Open http://localhost:3000 to view it in the browser