Skip to content

An Checkout page built as a project from FEM! With interactive cards and reactive form!

Notifications You must be signed in to change notification settings

Lukiticas/credit-card-checkout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Mentor - Interactive card details form solution

This is a solution to the Interactive card details form challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.

Table of contents

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

Screenshot

web

Links

Built with

  • Semantic HTML5 markup
  • CSS custom properties and animations
  • Flexbox
  • React - JS library

What I learned

I learned a LOT of things her. The core knowledge i've taken from this challenge is how many ways there is to sanatize and validate forms, i tried to use vanilla react so i could try every validation's techniques, using objects, using useContext hook, using vanilla html, unsing forms, i tried all of them. It's not perfect but i'll rearrenge and study more in the future.

Continued development

I'll try to make more adjusts, like drying the css code and more.

About

An Checkout page built as a project from FEM! With interactive cards and reactive form!

https://interactive-card-challenge.netlify.app/

Topics

Resources

Stars

Watchers

Forks