Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.ts

15 directories, 21 files
```

## Feedbacks

+55 64 98414-7972 or [email protected]