https://github.com/syncfusion/ej2-showcase-react-logic-circuit-designer
The logic circuit designer provides a variety of universal logic gates, flip-flops, input controls, output controls, and other components to design logic circuit diagrams.
https://github.com/syncfusion/ej2-showcase-react-logic-circuit-designer
Last synced: about 2 months ago
JSON representation
The logic circuit designer provides a variety of universal logic gates, flip-flops, input controls, output controls, and other components to design logic circuit diagrams.
- Host: GitHub
- URL: https://github.com/syncfusion/ej2-showcase-react-logic-circuit-designer
- Owner: syncfusion
- Created: 2023-01-17T10:47:56.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-12-18T08:59:37.000Z (4 months ago)
- Last Synced: 2026-01-31T21:50:05.890Z (3 months ago)
- Language: JavaScript
- Size: 1.54 MB
- Stars: 5
- Watchers: 3
- Forks: 5
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ej2-react-logic-circuit-designer
The logic circuit designer provides a variety of universal logic gates, flip-flops, input controls, output controls, and other components to design logic circuit diagrams.
## Prerequisite
Install Node version - 14.15.1 from https://nodejs.org/en/download/
## To Install all packages
Use the below command to install all dependent packages.
```
npm install
```
## To Run the application
Run `npm start` for a dev server. Navigate to `http://localhost:3000/`. The application will automatically reload if you change any of the source files.