Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 532 Bytes

File metadata and controls

23 lines (15 loc) · 532 Bytes

Diode

Diode is a simple 3D breadboard simulator for learning basic circuits in the browser.

Build a circuit with a battery, resistors, LEDs, push buttons, and jumper wires. Diode shows voltage, current, LED brightness, and common wiring problems as you work.

Start

pnpm install
pnpm dev

Commands

pnpm build  # Check and build the app
pnpm lint   # Check the code

You can export a circuit to JSON and import it later.

Note that Diode is an educational tool, not a full electronics design program.