Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jasminmif/react-interactive-paycard

Interactive React Paycard
https://github.com/jasminmif/react-interactive-paycard

credit-card payment react react-animated-css react-animations react-css-transition-group reactjs

Last synced: 25 days ago
JSON representation

Interactive React Paycard

Awesome Lists containing this project

README

        

# react-interactive-paycard

Inspired from a vue project [vue-interactive-paycard](https://github.com/muhammederdem/vue-interactive-paycard), I decided to recreate the same on React as a part time fun project.
I did some minor changes on the animations and optimizations on the code.

A fantastic credit card form with smooth and sweet micro-interactions. Includes number formatting, validation and automatic card type detection. Built with reactjs and also fully responsive

### Demo
[https://codesandbox.io/s/github/jasminmif/react-interactive-paycard/tree/master/?fontsize=14&hidenavigation=1&theme=dark](https://codesandbox.io/s/github/jasminmif/react-interactive-paycard/tree/master/?fontsize=14&hidenavigation=1&theme=dark)
![](demo.gif)

## Libraries used

- [react](https://github.com/facebook/react)
- [react-transition-group](https://github.com/reactjs/react-transition-group)

## Available Scripts

In the project directory, you can run:

### `npm install`

Installs all the required packages.
You must run this command before start the development mode.

### `npm start`

Runs the app in the development mode.

Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.

You will also see any lint errors in the console.

### `npm run build`

Builds the app for production to the `build` folder.

It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.

Your app is ready to be deployed!