Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rodgomesc/bucket-listers
credit card validation test
https://github.com/rodgomesc/bucket-listers
Last synced: 11 days ago
JSON representation
credit card validation test
- Host: GitHub
- URL: https://github.com/rodgomesc/bucket-listers
- Owner: rodgomesc
- Created: 2023-04-18T01:07:51.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-04-18T19:53:18.000Z (over 1 year ago)
- Last Synced: 2024-12-25T00:52:56.420Z (11 days ago)
- Language: TypeScript
- Size: 285 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
### Credit Card Validation example
### Unit Tests
> ![image](https://user-images.githubusercontent.com/4893591/232885185-eac51e0e-bda6-4d87-811e-b30a5ba3d2de.png)
## Organization and structure of folders
```shell
.
├── App.tsx
├── components
│ ├── atoms
│ │ ├── Button
│ │ │ ├── Button.test.tsx
│ │ │ └── Button.tsx
│ │ └── TextInput
│ │ ├── TextInput.test.tsx
│ │ └── TextInput.tsx
│ ├── molecules
│ │ └── CardInput
│ │ ├── CardInput.test.tsx
│ │ └── CardInput.tsx
│ ├── organisms
│ │ └── CreditCardForm
│ │ ├── CreditCardForm.test.tsx
│ │ └── CreditCardForm.tsx
│ └── templates
│ └── ScreenContainer.tsx
├── screens
│ └── CreditCardValidationScreen
│ ├── CreditCardValidationScreen.test.tsx
│ └── CreditCardValidationScreen.tsx
├── styles
│ ├── buttons.ts
│ ├── colors.ts
│ ├── radius.ts
│ ├── spacing.ts
│ ├── text.ts
│ ├── theme.ts
│ └── typography.ts
└── utils
└── validation
├── creditCardValidation.test.ts
└── creditCardValidation.ts15 directories, 21 files
```## Feedbacks
+55 64 98414-7972 or [email protected]