-
Notifications
You must be signed in to change notification settings - Fork 394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Add AC/DC Power Calculator #1417
Comments
Hey @SiriAmarlapudi, Welcome to the project CalcDiverse! 🎊 |
/assign |
@SiriAmarlapudi will you provide graphs? |
Only for output power or input also |
Both input and output. |
Yes,I can add graphs |
Okay good |
/assign |
Go ahead @SiriAmarlapudi |
Pls provide your PR @SiriAmarlapudi |
Hey, I am a GSSOC'24 Contributor. Could you please assign me this issue, I would like to start working on it ASAP. |
Hey...sorry for being unavailable. I have completed . if u will assign me i'll submit the PR @Rakesh9100 |
Okay, provide your PR today itself @SiriAmarlapudi |
Hello @SiriAmarlapudi! Your issue #1417 has been closed. Thank you for your contribution!! 🙌 |
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:
Checklist
Code of Conduct
The text was updated successfully, but these errors were encountered: