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

https://github.com/jonathanjameswatson/truth-trick

Boolean expression visualiser
https://github.com/jonathanjameswatson/truth-trick

boolean-algebra boolean-logic css html javascript webpack

Last synced: 4 months ago
JSON representation

Boolean expression visualiser

Awesome Lists containing this project

README

        

# Truth Trick

![](https://img.shields.io/github/license/jonathanjameswatson/truth-trick)

Truth Trick is an online boolean expression visualiser

![GIF demo](demo.gif)

## Deployment

1. `git clone https://github.com/jonathanjameswatson/truth-trick.git`
2. `cd truth-trick`
3. `yarn install`
4. `yarn run build`
5. Deploy the dist folder

## Features

* Logic circuit diagrams
* Truth tables
* Karnaugh maps
* AND, OR, NOT, XOR, IMPLY and XNOR gates

## Website

[Visit the website here](https://jonathanjameswatson.github.io/truth-trick/)

## Contributing

All pull requests are welcome. Please open issues for any major changes.

## License

[MIT](https://choosealicense.com/licenses/mit/)