Skip to content

mdashfaque-mamdu-au17/interactive-card

Repository files navigation

Overview

The challenge

Users should be able to:

  • Fill in the form and see the card details update in real-time
  • Receive error messages when the form is submitted if:
    • Any input field is empty
    • The card number, expiry date, or CVC fields are in the wrong format
  • View the optimal layout depending on their device's screen size
  • See hover, active, and focus states for interactive elements on the page

ScreenshotScreenshot 2022-09-18 at 23-40-39 React App

Links

Built with

  • semantic HTML 5 markup
  • Tailwind css
  • React.js
  • Formik
  • Yup

What I Learned

Here I Implemented real world debit and credit card validation using card-validator package.