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.
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
- Live Site URL: https://moonlit-alfajores-ff4617.netlify.app/
- Semantic HTML5 markup
- CSS
- Flexbox
- Vue - Vue.js Framework
- learnt how to manipulate the DOM in real-time.
- learnt form validation with Vue.js.
- learnt how to implement animation on page load.
- add responsiveness for all device sizes.
- add spacing in the input fields.
- Vue.js Documentation - This helped me get a better understanding of Vue. I learnt concepts which I was not aware of prior, which helped me complete this project more efficiently. Taking full advantage of the framework.
- Website - Joshua Steed
- Frontend Mentor - @0xjoshva