Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gretchenfitze/billing-form

Demo page for user-friendly billing form features
https://github.com/gretchenfitze/billing-form

bank-card banks-db billing-form credit-card front-end frontend halter luhn-algorithm masker ux

Last synced: 4 days ago
JSON representation

Demo page for user-friendly billing form features

Awesome Lists containing this project

README

        

## Billing Form Example

Demo page for user-friendly billing form features:
- suitable `autocomplete`, `name` and `pattern` attributes
- [`vanilla-masker`](https://github.com/BankFacil/vanilla-masker) to separate card digits
- [`fast-luhn`](https://www.npmjs.com/package/fast-luhn) to verify card number
- [`banks-db`](https://github.com/ramoona/banks-db) for nicer appearance
- [Halter font](http://www.dafont.com/halter.font?text=ssfrshgrsdeh) for easier comparing

![banks-db Google Wallet](https://raw.githubusercontent.com/gretchenfitze/billing-form/master/screenshots/repo-google.gif)

## Demo

Demo page is available [here](https://billing-form.herokuapp.com/).

## Installation

To run the demo locally, clone or download current repository, then type:
```
yarn
npm start
```
And open [http://localhost:3000/](http://localhost:3000/) in your browser.