https://github.com/marian-c/digital-logic-simulator
Digital logic simulator for the web
https://github.com/marian-c/digital-logic-simulator
digital logic simulator
Last synced: 9 months ago
JSON representation
Digital logic simulator for the web
- Host: GitHub
- URL: https://github.com/marian-c/digital-logic-simulator
- Owner: marian-c
- Created: 2025-01-14T14:49:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-18T19:44:38.000Z (9 months ago)
- Last Synced: 2025-09-18T22:03:23.151Z (9 months ago)
- Topics: digital, logic, simulator
- Language: TypeScript
- Homepage: https://marian-c.github.io/digital-logic-simulator/
- Size: 310 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a digital logic simulator allowing you to place logic gates and simulate the interaction between them.
This is a work in progress in the early stages
https://marian-c.github.io/digital-logic-simulator/
## Development
Your standard Next.js app with the help of Node.js v20.
```bash
npm run dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.