Skip to content

Latest commit

 

History

History
46 lines (38 loc) · 718 Bytes

README.md

File metadata and controls

46 lines (38 loc) · 718 Bytes

B-RIS - Boolean Algebra Verifier

Overview

Rules

  • Association
  • Commutation
  • Double Negation
  • DeMorgan
  • Distribution
  • Idempotence
  • Complement
  • Identity
  • Annihilation
  • Inverse
  • Absorption
  • Reduction
  • Adjacency

URL

https://master--graceful-melba-8008a5.netlify.app/

Creators

  • Josh Mozes
  • Shamar Samuels

Devs

  • Devanshu Haldar
  • Jeda Coward
  • Sutherland Brown
  • Michael Annor
  • Arya Shahvar

Development

How To Run App

  • Step 1: Clone Repository
  • Step 2: Download NodeJS
  • Step 3: Run npm install
  • Step 4: Run npm run start
  • Step 5: Go to http://localhost:3000
  • Happy Hacking

How To Test App

  • Step 1: Complete Steps above if first time
  • Step 2: Run npm run test