This is a logic gate simulator that allows users to design and simulate digital circuits using fundamental logic gates such as AND, OR, XOR, Half adder, and Full adder. The simulator provides an intuitive interface for creating and visualizing circuits, and supports binary inputs and outputs.
To use the simulator
git clone https://github.com/rohansx/logic-gate-simulator.git
To launch the simulator, navigate to the directory where you cloned the repository and run the index.html file
If you encounter any bugs or issues while using the simulator, please open an issue in the issue tracker. Be sure to include a detailed description of the problem, as well as any error messages or steps to reproduce the issue.
We have several ideas for expanding the functionality of the simulator, including:
- Implementing a NOT gate
- Adding support for different data types
- Including more complex logic gates
If you would like to contribute to any of these efforts, please let us know!
This simulator is released under the MIT License. Feel free to use and modify this code as you see fit.
visit: https://rohansx.github.io/logic-gate-simulator/index.html