-
Notifications
You must be signed in to change notification settings - Fork 401
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 Leap Year Calculator #936
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 @GnanariddhikaRavikumar, 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. |
Pls change the background as text is not visible clearly, enhance the UI and also add Readme file of your calculator in your folder @GnanariddhikaRavikumar |
@Rakesh9100 I will change it soon. |
Enhance the UI slightly with some text and background colors @GnanariddhikaRavikumar |
Sure @Rakesh9100 |
@Rakesh9100 I have altered the UI. |
Congrats on getting your PR merged to the repo under GSSOC 2k24 🥳🎉 @GnanariddhikaRavikumar |
Thank You @Rakesh9100 |
Fixes Issue🛠️
Closes #847
Description👨💻
Adding Leap Year calculator- Leap Year, people says that it comes once in 4 years but there are some exceptional cases, where leap year doesn't occur like in same pattern. For eg: 1896 is a leap year but after 4 years 1900 is not a leap year. To perform or check this I have added a new calculator called Leap Year Calculator. In this if we enter a year it will say whether it as Leapyear or not. It is applicable for all present, past and future.
Type of change📄
How this has been tested✅
I have taken a list of years which may or may not be a leap year and checked . It is working correctly
Checklist✅
Screenshots/GIF📷
LeapYear.mp4