Copyright 2016-2023 Caleb Evans
Released under the MIT License
Truth tables have always been tedious and strenuous to create by hand; it's easy for your mind to lose track and for your hand to fatigue. Truthy is a web app designed to reduce this manual labor by automatically generating the truth tables for any boolean expressions you supply.
You can view the app online at:
https://projects.calebevans.me/truthy/
Clone the project down via HTTPS or SSH:
git clone https://github.com/caleb531/truthy.git
This project uses pnpm (instead of npm) for package installation and management.
npm install -g pnpm
pnpm install
To serve the app locally, run:
pnpm dev
When run, the app will be accessible at http://localhost:5173.