In this project, I used basic frontend JS to manipulate the DOM and input the results and basic CSS to make the layout and style for my application.
This application calculates the energy accumulated using solar panels in a simple manner. Just input the number of panels, their strength, and sunny hours in the day and hit calculate. You can visit this website here.
-When you input wanted data and click calculate button, application show you the answer in the field underneath.
-If you put number of hours more than 24, it displays an error.
-If you do not fill all input fields, or you fill them with letters, it displays different error.