Sulagna-Dutta-Roy / GGExtensions

This is going to be the best repository for new browser extensions.See the Example: Number Guess Game/your files.
MIT License
78 stars 180 forks source link

Credit Card Validator extension #1301

Closed DharshiBalasubramaniyam closed 4 months ago

DharshiBalasubramaniyam commented 5 months ago

Purpose: Create a web-based application that validates credit card numbers.

Features: User input for credit card number. Validation logic for credit card numbers using the Luhn algorithm. Display of validation result (valid/invalid).

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Example: I'm always frustrated when I need to manually verify credit card numbers for transactions, which is time-consuming and prone to errors.

Describe the solution you'd like A clear and concise description of what you want to happen. Example: I would like a Chrome extension that allows me to input a credit card number, automatically validates it using the Luhn algorithm, and displays whether the number is valid or invalid.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered. Example: I have considered using online validators or mobile apps, but they are not as convenient as having a dedicated Chrome extension that I can access directly from my browser.

What problem is this feature trying to solve? This feature aims to provide a convenient, accessible tool for validating credit card numbers and identifying card types, reducing the need for manual verification and improving accuracy.

How do we know when the feature is complete? The feature is complete when:

The extension allows users to input a credit card number. The extension accurately validates credit card numbers using the Luhn algorithm. The validation result (valid/invalid) and card type are displayed clearly. The extension has been tested and works smoothly without bugs.

github-actions[bot] commented 5 months ago

Thank you for creating this issue! 🎉 We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊

You can also check our CONTRIBUTING.md for guidelines on contributing to this project.

github-actions[bot] commented 4 months ago

Hello @DharshiBalasubramaniyam! Your issue #1301 has been closed. Thank you for your contribution!