This is an interactive editor of turing machines. It allows you to edit a turing machine both as a diagram and as a function table. You can also watch it run on a tape.
No server is needed. Visit the website https://afonsomatos.github.io/tm-site/ to try it out. Please open a issue for any problems/feedback/suggestions.
npm run start
serve # Or simply open dist/ folder on your browser.