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

https://github.com/billstephens2022/creditcard-angular

Application build using Angular where the user enters credit card details into the form and the card is visualized on the screen. This is a demonstration of a reactive form and form controls within Angular.
https://github.com/billstephens2022/creditcard-angular

angular angularjs css css3 html html5 javascript typescript

Last synced: 2 months ago
JSON representation

Application build using Angular where the user enters credit card details into the form and the card is visualized on the screen. This is a demonstration of a reactive form and form controls within Angular.

Awesome Lists containing this project

README

          

# CreditCard-Angular
![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)

## Description

Application build using Angular where the user enters credit card details into the form and the card is visualized on the screen. This is a demonstration of using reactive forms and form controls in Angular to ensure a user enters details correctly (i.e. in correct format for a credit card number, expiration date, etc) before a form can be submitted. Built as part of an Angular tutorial.

Screenshot of app:
![app screenshot](/src/assets/images/screenshot.png)

## Table of Contents

- [Installation](#installation)
- [Usage](#usage)
- [License](#license)
- [Contributing](#contributing)
- [Tests](#tests)
- [Questions](#questions)

## Installation

Deployed URL: https://billstephens2022.github.io/CreditCard-Angular/

## Usage

Enter credit card details into the form. If details are entered in incorrect format (i.e. invalid date, wrong # of digits in credit card #, letters in credit card #, etc) form will not be able to be submitted and will see an error message.

## License
This application is covered under the MIT License.

For more information: https://opensource.org/licenses/MIT

## Contributing
N/A

## Tests
N/A

## Questions
Contact Info

GitHub user name: BillStephens2022

Link to GitHub profile: https://github.com/BillStephens2022

Email: stephensbill17@gmail.com