Git Product home page Git Product logo

fm_interactive-card-details's Introduction

Frontend Mentor: Interactive Card Details Form

Solution to the Interactive Card Details Form challenge on Frontend Mentor.

Challenge

  • Build out a interactive card details form using provided desktop and mobile designs
  • 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
    • See a completed/success page and reset the from

Solution

Live Site: tinuola.github.io/fm_interactive-card-details

Retrospective

  • Building custom form validation, especially the logic/sequence for validating input as it is typed, and then updating the form and display states as input is corrected
  • Functional programming practice/approach
  • A regex pattern that can account for the many ways a fullname can be constructed is non-existent? ๐Ÿคท๐Ÿฝโ€โ™€๏ธ
    • The simplest and least tedious approach, though definitely not inclusive, was to default to alphabetical character-only input (no more than a single blank space between names) up to a specific length
  • Using animation (e.g., card movements) to enhance visual interest or UI-UX
  • Challenge was project #2 of GDI's Frontend Projects (Beginner) Workshop mini-cohort in February 2024 that I faciliated

Enhancement(s)

  • Validate on input
  • Animate on submit error and submit success
  • Improve screen reader accessibility
    • Announce: error and success states (Use _aria-live_?)

Tools & Resources

Visit my Frontend Mentor profile to view other challenges I've completed!

fm_interactive-card-details's People

Contributors

tinuola avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.