Rakesh9100 / CalcDiverse

CalcDiverse is a customized collection of calculators for various aspects of mathematics. Individuals with basic web development knowledge can create distinctive calculators and submit pull requests.
https://calcdiverse.netlify.app
Apache License 2.0
144 stars 373 forks source link

Added Spy Number Calculator #1387

Closed poseidonsanket closed 1 day ago

poseidonsanket commented 1 week ago

Fixes Issue🛠️

Closes #1262

Description👨‍💻

Added a Spy number calculator and checker A number is said to be a Spy number if the sum of all the digits is equal to the product of all digits. Input : 1412 Output : Spy Number Explanation : sum = (1 + 4 + 1 + 2) = 8 product = (1 4 1 * 2) = 8 since, sum == product == 8

Type of Change📄

Checklist✅

Screenshots/GIF📷

Screenshot (99)

netlify[bot] commented 1 week ago

Deploy Preview for calcdiverse ready!

Name Link
Latest commit fc035562dccf26edb9ee90bfed34d260f5d13d10
Latest deploy log https://app.netlify.com/sites/calcdiverse/deploys/668289e508446c0008ed733b
Deploy Preview https://deploy-preview-1387--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.

poseidonsanket commented 1 week ago

@Rakesh9100 please check

Rakesh9100 commented 1 week ago
  1. Check all the spy numbers by entering 8 and then scroll the page to up, it is not going to the top. Pls fix.
  2. Also, style and enhance the UI @poseidonsanket
poseidonsanket commented 1 week ago

@Rakesh9100 Screenshot (101) is this better or can you suggest me a design

poseidonsanket commented 1 week ago

@Rakesh9100 when calculating spy number above 5 it requires high computational task so the screen freezes so i have made changes that it can calculate spy numbers upto 5 digits

Rakesh9100 commented 1 week ago

Okay, commit the new changes @poseidonsanket

poseidonsanket commented 1 week ago

@Rakesh9100 please check

Rakesh9100 commented 6 days ago

image

Below the text 1412 is a Spy Number, also add the explanation in short how it is Spy and for non-Spy also add respectively @poseidonsanket

poseidonsanket commented 5 days ago

@Rakesh9100 image it this okay

Rakesh9100 commented 5 days ago

Yes fine, commit it @poseidonsanket

poseidonsanket commented 5 days ago

@Rakesh9100 done

Nihal4777 commented 2 days ago

@Rakesh9100 This PR can be merged.

poseidonsanket commented 2 days ago

@Rakesh9100 can you add a gssoc level 1 or level 2 tag before merging

github-actions[bot] commented 1 day ago

Congrats, Your pull request has been successfully merged 🥳🎉 Thank you for your contribution to my project 🚀 Keep Contributing!! ✨ @poseidonsanket