Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jajanel/credit_card_validator
An absolutely secure and safe to use credit card validator that surely will not use your information to buy a box of a thousand baby frogs.
https://github.com/jajanel/credit_card_validator
absolutely-secure bootstrap credit-card credit-card-validation javascript js not-fraud react vite
Last synced: 2 days ago
JSON representation
An absolutely secure and safe to use credit card validator that surely will not use your information to buy a box of a thousand baby frogs.
- Host: GitHub
- URL: https://github.com/jajanel/credit_card_validator
- Owner: jajanel
- Created: 2024-10-12T05:05:22.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-11-06T18:47:21.000Z (8 days ago)
- Last Synced: 2024-11-06T19:42:22.718Z (8 days ago)
- Topics: absolutely-secure, bootstrap, credit-card, credit-card-validation, javascript, js, not-fraud, react, vite
- Language: JavaScript
- Homepage:
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Credit card validator
An absolutely real and secure credit card validator that will surely not be saved into a public JSON file.
## Demo of the credit card validator
Maybe I will someday add a gif or an image showing what it looks like if you don't feel like running it locally.
## FAQ
#### Is this credit card validator secure ?
Absolutely not ! I will be storing everyone's credit card information in the public folder 😀#### What happens if my credit card is not valid ?
We simply unfortunately won't be able to use it to buy anything we want. Which is sad 😓. So please make sure you are using real credit card information so we can use all of your money.
#### What will we do with your information?
We will use it to make fraudulent purchases, as well as order a box of 1000 baby frogs to your address.#### Are we held responsible for credit card theft ?
We would actually prefer not to be held responsable, so please be nice and accept to take responsability you theft.## Run Locally
First of all make sure you have webstorm or any JetBrains product with the new UI activiated and with the One Dark theme, otherwise, I will be sad.
Clone the project
```bash
git clone https://github.com/jajanel/credit_card_validator/tree/master
```Go to the project directory
```bash
cd my-project
```Install dependencies
```bash
npm install
```Start the web application locally and open the project
```bash
npm run dev
```You can then open the link with any other web browser than Microsoft Edge (not because it would not work: obviously it would work, it only would hurt my feelings if you do)
## Author
Only me: [@jajanel](https://github.com/jajanel)