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
- Host: GitHub
- URL: https://github.com/jonathanjameswatson/truth-trick
- Owner: jonathanjameswatson
- License: mit
- Created: 2019-04-18T16:12:37.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-03-15T02:20:18.000Z (over 2 years ago)
- Last Synced: 2025-01-31T11:49:39.718Z (5 months ago)
- Topics: boolean-algebra, boolean-logic, css, html, javascript, webpack
- Language: JavaScript
- Homepage: https://jonathanjameswatson.com/truth-trick/
- Size: 4.78 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Truth Trick

Truth Trick is an online boolean expression visualiser

## 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/)