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.
git clone https://github.com/avadavat/truth-fiddle
cd truth-fiddle
npm install
npm run build
npm start
To stop the server:
npm stop
See development setup and make a pull request