LogicLab banner

LogicLab

3 devlogs
1h 0m 45s

LogicLab is an interactive website that helps people understand how computers think. Users can flip switches to send "0" or "1" signals through different Logic Gates (like AND, OR, and XOR) to see if they can turn on a light bulb. It also updates …

LogicLab is an interactive website that helps people understand how computers think. Users can flip switches to send “0” or “1” signals through different Logic Gates (like AND, OR, and XOR) to see if they can turn on a light bulb. It also updates a “Truth Table” in real-time to explain exactly why the light is on or off.

This project uses AI

Firstly I used AI to do the planning of the project like finding the exact tech stack and all things, and then second I will use AI if i face any major bug that i couldn’t fix.

Demo Repository

Loading README...

gravityonmars

Shipped this project!

Hours: 1.01
Cookies: 🍪 14
Multiplier: 13.87 cookies/hr

So I built LogicLab which is an interactive web-based tool designed to help students and developers visualize how computer logic works. It simulates fundamental logic gates (AND, OR, XOR, NAND) with a clean, responsive UI.

gravityonmars

I fixed some bugs that was through a error in JS and then I started styling the site and made it a bit more engaging using basic CSS

Attachment
0
gravityonmars

so i added the simple functionality till now, added some JS that is showing result when the Input A and Input B is being manipulated.

Attachment
0
gravityonmars

So till now i created the basic structure of the LogicLab, I used HTML and created buttons and all

Attachment
0