Skip to content

avadavat/truth-fiddle

Repository files navigation

truth-fiddle

Codeship Status for avadavat/truth-fiddle

truth-fiddle is a truth table generator. Enter any boolean expression and the application will show all permutations of the possible input values for each variable and the result for each of those possibilities.

Installation

git clone https://github.com/avadavat/truth-fiddle
cd truth-fiddle
npm install
npm run build
npm start

To stop the server:

npm stop

Contributing

See development setup and make a pull request