Skip to content

The truth table generator app, written in JavaScript using Mithril

License

Notifications You must be signed in to change notification settings

caleb531/truthy

Repository files navigation

Truthy

Copyright 2016-2023 Caleb Evans
Released under the MIT License

tests Coverage Status

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/

Truthy in action

Run the project locally

1. Clone project

Clone the project down via HTTPS or SSH:

git clone https://github.com/caleb531/truthy.git

2. Install packages

This project uses pnpm (instead of npm) for package installation and management.

npm install -g pnpm
pnpm install

2. Serve app locally

To serve the app locally, run:

pnpm dev

When run, the app will be accessible at http://localhost:5173.