Turing Machine Simulator APP
https://github.com/nikhil-RGB/turing-machine-generator
The documentation also has a 'How to Use' section which explains how to use the app and all of it's functionalities.
This project aims to create an android app and web-app built with flutter which allow users to create their own Turing machines, by filling in a table which contains the Configuration and Behaviour attributes. Users can then view the tape while controlling the progression of the machine's state.
This application is useful to simulate and store Turing Machines encountered in Alan Turing's 1936 research paper as it is easier to understand the machines and follow along with this application rather than if you simulated them manually.
To save machines, a secure NoSQL database was used.
section. There is also a web deployment: https://turing-machines-14433.web.app