Skip to content
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 Retirement Calculator #934

Merged
merged 3 commits into from
May 31, 2024

Conversation

kamalesh-og
Copy link
Contributor

@kamalesh-og kamalesh-og commented May 28, 2024

Fixes Issue🛠️

Closes #822

Description👨‍💻

This pull request adds a new feature to the website: a "Retirement Calculator". The Calculator predicts users' retirement savings growth by factoring in age, savings, contributions, and expected returns, facilitating informed financial planning for a comfortable retirement. This includes the following changes:

  • Simple and minimalistic code with easy-understanding logic.
  • A user-friendly interface with a date input field and a calculate button.
  • A visually appealing background gradient for the webpage with animation.
  • A semi-transparent container with a subtle pattern for better readability and aesthetics.

No additional dependencies are required for this change.

Type of change📄

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

How this has been tested✅

This feature has been tested by:

  • Manually providing different inputs and verifying that the Estimated Output is displayed.
  • Ensuring the gradient background and structured container render correctly on various screen sizes.
  • Checking the readability of text within the container against the animated gradient background.
  • Verifying that the site functions correctly across different browsers (Chrome, Edge).

Checklist✅

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented on my code, particularly in hard-to-understand areas
  • I have added a demonstration in the form of Screenshots.
  • I am an Open Source Contributor

Screenshots/GIF📷

On search

image

These are the UI for the page, The added background-size and animation properties to create a smooth, animated gradient background that transitions between four different colors.

image
image
image

Sample Output,

image

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @kamalesh-og, 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!! ✨

Copy link

netlify bot commented May 28, 2024

Deploy Preview for calcdiverse ready!

Name Link
🔨 Latest commit f710297
🔍 Latest deploy log https://app.netlify.com/sites/calcdiverse/deploys/665999ace1046f0008942e31
😎 Deploy Preview https://deploy-preview-934--calcdiverse.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@kamalesh-og
Copy link
Contributor Author

Hello Project Admin,
I've updated the new feature that was assigned to me, Can you merge my PR into yours @Rakesh9100
Also Kindly Add Level 1, 2 or 3 to the Issue

@Rakesh9100 Rakesh9100 merged commit be599e3 into Rakesh9100:main May 31, 2024
4 checks passed
@Rakesh9100
Copy link
Owner

Good, Congrats on getting your PR merged to the repo under GSSOC 2k24 🥳🎉 @kamalesh-og

@Rakesh9100 Rakesh9100 added Completed 🥳 PR successfully merged and issue resolved on completion gssoc GSSOC Open Source Program level3 Advanced task labels May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Completed 🥳 PR successfully merged and issue resolved on completion gssoc GSSOC Open Source Program level3 Advanced task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] Add Retirement Calculator
2 participants