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

https://github.com/chrisru/logik

🔗 Play with logic gates
https://github.com/chrisru/logik

logic-gates pwa typescript vite vue

Last synced: 12 months ago
JSON representation

🔗 Play with logic gates

Awesome Lists containing this project

README

          

# Logik

Explore and play with logic gates in the web browser. Build anything from your simple custom NOR gate, to full fledged calculators.

![Screenshot](./public/screenshot.png)

## How to use

The app uses left and right click heavily. Use left click to move and drag new connections from the pins. Use right click to delete gates/chips and connections.

## Development

### Tech stack

The tech stack for this app is just Vue 3 with TypeScript and SCSS. The entire playground is based on SVG.

Vite is used as dev server.

### Running

To run this locally all you need is two commands

1. `yarn` (to install the dependencies)
1. `yarn dev` (to start the development server)