Boolean Algebra Simplifier is a single-page React application that reduces boolean expressions to their minimum sum-of-products representations; showing each step along the way.
This is a continuation of the program algebra-simplifier-and-evaluator written in Scheme. Here is the link to the program https://github.com/xsquared93/algebra ...