-
Notifications
You must be signed in to change notification settings - Fork 404
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 Unique Prime Number Calculator #1589
Added Unique Prime Number Calculator #1589
Conversation
✅ Deploy Preview for calcdiverse ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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 @bharat-c27, 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!! ✨
@bharat-c27 Please add empty field validations. |
Sure @Nihal4777, I will add the validation. |
Hello @Nihal4777, I have added the validation for both, finding unqiue number and for finding range also. Thank you!!! |
Pls work on these @bharat-c271. Add 1-2 lines proven explanation below the text, for example
|
@Rakesh9100 I have added the explanation and also the UI is now fully scrollable. Also, I have completed the issue no #1317 so can you please assign me so that I can raise the PR Thank you !! |
Make the UI responsive for the small screens @bharat-c27 |
@Rakesh9100 can you please provide a photo or a video, for which screen size the calculator is not responsive ? In the below video the UI is looking responsive Screen.Recording.2024-07-13.005722.mp4 |
Pls check for the screen size less than 450px @bharat-c27 |
@Rakesh9100 now the calculator is responsive for screen size less than 450px . If there are no further modification can you assign me the issue #1317, I am done with the coding part. Only I have to raise the PR. |
Congrats, Your pull request has been successfully merged 🥳🎉 Thank you for your contribution to my project 🚀 Keep Contributing!! ✨ @bharat-c27 |
@Rakesh9100, can you please assign me the issue |
Fixes Issue🛠️
Closes #1095
Description👨💻
The Unique Prime Number Calculator is a web-based tool designed to identify and work with unique prime numbers. A unique prime number is a prime number that remains prime even after removing any single digit from it.
Features :
Prime Check: Enter a number to determine if it is a unique prime. The calculator checks if the number is prime and if all resulting numbers from removing any single digit are also prime.
Range Finder: Input a range of numbers to find all unique prime numbers within that range. The tool will display all unique prime numbers that satisfy the conditions within the specified range.
Type of Change📄
Checklist✅
Screenshots/GIF📷