Rakesh9100 / CalcDiverse

CalcDiverse is a customized collection of calculators for various aspects of mathematics. Individuals with basic web development knowledge can create distinctive calculators and submit pull requests.
https://calcdiverse.netlify.app
Apache License 2.0
145 stars 367 forks source link

[Feature] Add AC/DC Power Converter Calculator #1417

Open SiriAmarlapudi opened 5 days ago

SiriAmarlapudi commented 5 days ago

What would you like to share?

The AC/DC Power Converter Calculator is a web-based tool designed to help users convert power values between alternating current (AC) and direct current (DC). This calculator allows users to input either AC parameters to obtain the equivalent DC power or DC parameters to get the equivalent AC power, depending on their needs. This web based tool is designed by html,css,javascript.

Additional information

The app allows users to select the type of conversion they want to perform: either AC to DC or DC to AC. This selection is handled by a dropdown menu in the form. Depending on the user's choice, the appropriate input fields (either for AC or DC parameters) are displayed.

--For AC to DC conversion, the user needs to input:

1.AC Voltage (V) 2.AC Current (A) 3.Power Factor (a value between 0 and 1)

--For DC to AC conversion, the user needs to input:

1.DC Voltage (V) 2,DC Current (A) The converted AC/DC power is displayed as output power.

Screenshot: 1 2

Checklist

Code of Conduct

github-actions[bot] commented 5 days ago

Hey @SiriAmarlapudi, Welcome to the project CalcDiverse! 🎊 Thanks for opening an issue! 🙌 Please wait for the issue to be assigned. Happy Coding!! ✨

SiriAmarlapudi commented 5 days ago

/assign

jessicachawla commented 4 days ago

@SiriAmarlapudi will you provide graphs?

SiriAmarlapudi commented 3 days ago

Only for output power or input also Can u please specify. I can add graphs

jessicachawla commented 3 days ago

Both input and output.

SiriAmarlapudi commented 2 days ago

Yes,I can add graphs

jessicachawla commented 2 days ago

Okay good @Rakesh9100 this issue can be assigned

SiriAmarlapudi commented 1 day ago

/assign

Rakesh9100 commented 23 hours ago

Go ahead @SiriAmarlapudi