Skip to content

pawanpyakurels/Circuit-Simulator

 
 

Repository files navigation

Circuits

Web application to build and simulate circuits. Simulate any electrical circuit with RLC components, ideal amplifiers and power sources, using nodal and mesh analysis.

Run tests codecov


Run online · Report Bug or Request Feature

Table of Contents

  1. Getting Started
  2. Contributing
  3. License

Getting Started

To get a local copy up and running follow these simple steps.

Clone the repo:

git clone https://github.com/rmal30/Circuits.git

Install dependencies:

pnpm install

Host the website on localhost with a server:

node app.js

Open a browser at localhost:8000

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

About

Electrical circuit simulator web application. Simulate any electrical circuit with RLC components and dependent and independent power sources, using nodal and mesh analysis.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 97.4%
  • HTML 2.3%
  • CSS 0.3%