An open API service indexing awesome lists of open source software.

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

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.