GithubHelp home page GithubHelp logo

phaxadstudios / interactive-card-details-form-main Goto Github PK

View Code? Open in Web Editor NEW

This project forked from viggiem/interactive-card-details-form-main

0.0 0.0 0.0 647 KB

frontendmentor challenge

JavaScript 32.87% CSS 20.67% HTML 46.46%

interactive-card-details-form-main's Introduction

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

Note: Delete this note and update the table of contents based on what sections you keep.

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

Links

My process

Built with

  • Plain JavaScript
  • Tailwind CSS
  • Flexbox

What I learned

  • Set up project with parcel and tailwind source
  • Don't override the font size, this leads to a lot of custom classes in tailwind like mb-[2.6rem]
    html {
        font-size: 62.5%; /* 10px */
    }
    
  • Make a border with color gradient
    .form-input:active,
    .form-input:focus,
    .form-input:hover,
    .form-input:not(:placeholder-shown) {
        background:
                linear-gradient(white, white) padding-box,
                linear-gradient(to bottom, #6348FE, #610595) border-box;
        opacity: 1;
        border: 1px solid transparent;
    }

Continued development

  • Tailwind CSS
  • Develop mobile first, since Tailwind's approach is more mobile first

Author

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.