8000 GitHub - caleb531/truthy: The truth table generator app, written in JavaScript using Mithril
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

caleb531/truthy

Repository files navigation

Truthy

Copyright 2016-2025 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.

About

The truth table generator app, written in JavaScript using Mithril

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  
0