-
Notifications
You must be signed in to change notification settings - Fork 386
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
Added Wedding Budget Calculator #1501
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @mahek0620, Welcome to the project CalcDiverse! 🎊
Thanks for your contribution! Your effort makes this project better. Keep it up! 🙌
Please wait for the PR to be reviewed. Happy Coding!! ✨
✅ Deploy Preview for calcdiverse ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@Rakesh9100 kindly review this |
Page is not fully scrollable due to which heading is not visible, pls fix! |
Any update or should I close the PR @mahek0620 |
@Rakesh9100 file has been modified |
You have not modified anything, just silly changes you are doing! Check the comment I have added above and work. Check the Deploy preview and work accordingly @mahek0620 |
@Rakesh9100 The code has been modified according to your review |
Neither UI is enhanced nor NaN value is handled, and you are opening too many issues without properly fixing this PR @mahek0620 |
I have attached the screenshots it's fully scrollable |
Hello @Rakesh9100 , I understood the issue and I can enhance the UI with proper validation of the input. Can you assign this issue to me ? |
Fixes Issue🛠️
Closes #1160
Description👨💻
The provided code creates a "Wedding Budget Calculator" web application that allows users to input various wedding-related expenses (venue, catering, decor, photography, entertainment, attire, and other costs) and calculate the total budget. It also provides a breakdown of each cost as a percentage of the total budget. The HTML code sets up the structure and input fields, the CSS styles the page, and the JavaScript handles the calculation logic and error handling for the inputs. Additionally, there's a reset functionality to clear all inputs and results.
Calculates total cost of wedding
Additional cost categories.
Input validation with specific error messages.
A reset button to clear all fields.
Percentage of total budget for each category.
Type of Change📄
Checklist✅
Screenshots/GIF📷