https://github.com/chamale-rac/turing
Turing Machine simulation tools. UI.
https://github.com/chamale-rac/turing
turing-machine-simulator
Last synced: about 1 month ago
JSON representation
Turing Machine simulation tools. UI.
- Host: GitHub
- URL: https://github.com/chamale-rac/turing
- Owner: chamale-rac
- License: gpl-3.0
- Created: 2023-11-07T22:59:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-08T16:53:13.000Z (over 1 year ago)
- Last Synced: 2025-01-26T04:42:15.936Z (3 months ago)
- Topics: turing-machine-simulator
- Language: TypeScript
- Homepage: https://ituring.onrender.com
- Size: 95.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🚀 turing AKA Proyecto 3
Implementation of a turing machine simulator (one tape and one cache supported).
This interface works directly with [turing-api (repository)](https://github.com/chamale-rac/turing-api).
## 📑 Index
- [🌐 How to use it?](#how-to-use-it)
- [🤔 Why I code this?](#why-i-code-this)
- [🧐 Who I am?](#who-i-am)## How to use it?
This project uses react, typescript and vite. To run it simply use:
```bash
npm install
``````bash
npm run dev
```⚠️ Don't forget to configure the **.env** file with the server URL.
## Why I code this?
Es un agregado al **Proyecto No. 3** de **Teoría de la Computación** **Sección 20** del **Segundo ciclo 2023**. Valía puntos, fuí coaccionado 😭.
## Who I am?
[Samuel A. Chamalé](https://github.com/chamale-rac) - Human
Guatemala, 2023