{"id":20460554,"url":"https://github.com/saroshfarhan/interactive-card-detail-form","last_synced_at":"2026-05-09T05:33:49.123Z","repository":{"id":96537536,"uuid":"590530937","full_name":"saroshfarhan/interactive-card-detail-form","owner":"saroshfarhan","description":"Interactive card detail form built using React and SASS","archived":false,"fork":false,"pushed_at":"2023-01-24T19:17:48.000Z","size":1843,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-14T18:44:04.660Z","etag":null,"topics":["frontend-mentor","reactjs","sass"],"latest_commit_sha":null,"homepage":"https://saroshfarhan.github.io/interactive-card-detail-form/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/saroshfarhan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-18T16:20:10.000Z","updated_at":"2023-05-01T03:18:11.000Z","dependencies_parsed_at":"2023-03-13T16:30:02.858Z","dependency_job_id":null,"html_url":"https://github.com/saroshfarhan/interactive-card-detail-form","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/saroshfarhan/interactive-card-detail-form","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saroshfarhan%2Finteractive-card-detail-form","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saroshfarhan%2Finteractive-card-detail-form/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saroshfarhan%2Finteractive-card-detail-form/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saroshfarhan%2Finteractive-card-detail-form/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saroshfarhan","download_url":"https://codeload.github.com/saroshfarhan/interactive-card-detail-form/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saroshfarhan%2Finteractive-card-detail-form/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32808495,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["frontend-mentor","reactjs","sass"],"created_at":"2024-11-15T12:19:59.239Z","updated_at":"2026-05-09T05:33:49.107Z","avatar_url":"https://github.com/saroshfarhan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Frontend Mentor - Interactive card details form\n\n![Design preview for the Interactive card details form coding challenge](./public//desktop-preview.jpg)\n\n## Welcome! 👋\n\nThanks for checking out this front-end coding challenge.\n\n[Frontend Mentor](https://www.frontendmentor.io) challenges help you improve your coding skills by building realistic projects.\n\n**To do this challenge, you need a good understanding of HTML, CSS and JavaScript.**\n\n## The challenge\n\nYour challenge is to build out this interactive card details form and get it looking as close to the design as possible.\n\nYou can use any tools you like to help you complete the challenge. So if you've got something you'd like to practice, feel free to give it a go.\n\nYour users should be able to:\n\n- Fill in the form and see the card details update in real-time\n- Receive error messages when the form is submitted if:\n  - Any input field is empty\n  - The card number, expiry date, or CVC fields are in the wrong format\n- View the optimal layout depending on their device's screen size\n- See hover, active, and focus states for interactive elements on the page\n\nWant some support on the challenge? [Join our Slack community](https://www.frontendmentor.io/slack) and ask questions in the **#help** channel.\n\n### Expected behaviour\n\n- Update the details on the card as the user fills in the fields\n- Validate the form fields when the form is submitted\n- If there are no errors, display the completed state\n- Reset the form when the user clicks \"Continue\" on the completed state\n\n**⚠️ IMPORTANT ⚠️: When you create the live version of your project, we recommmend giving it a random name for the URL. This is because with it being a fake credit card form, some browsers will open a warning notice before people can access your project. So it's best to name the project something unrelated to credit cards so that browsers don't show the warning to people viewing your project.**\n\n## Where to find everything\n\nYour task is to build out the project to the designs inside the `/design` folder. You will find both a mobile and a desktop version of the design.\n\nThe designs are in JPG static format. Using JPGs will mean that you'll need to use your best judgment for styles such as `font-size`, `padding` and `margin`.\n\nIf you would like the design files (we provide Sketch \u0026 Figma versions) to inspect the design in more detail, you can [subscribe as a PRO member](https://www.frontendmentor.io/pro).\n\nYou will find all the required assets in the `/images` folder. The assets are already optimized.\n\nThere is also a `style-guide.md` file containing the information you'll need, such as color palette and fonts.\n\n## Building your project\n\nFeel free to use any workflow that you feel comfortable with. Below is a suggested process, but do not feel like you need to follow these steps:\n\n1. Initialize your project as a public repository on [GitHub](https://github.com/). Creating a repo will make it easier to share your code with the community if you need help. If you're not sure how to do this, [have a read-through of this Try Git resource](https://try.github.io/).\n2. Configure your repository to publish your code to a web address. This will also be useful if you need some help during a challenge as you can share the URL for your project with your repo URL. There are a number of ways to do this, and we provide some recommendations below.\n3. Look through the designs to start planning out how you'll tackle the project. This step is crucial to help you think ahead for CSS classes to create reusable styles.\n4. Before adding any styles, structure your content with HTML. Writing your HTML first can help focus your attention on creating well-structured content.\n5. Write out the base styles for your project, including general content styles, such as `font-family` and `font-size`.\n6. Start adding styles to the top of the page and work down. Only move on to the next section once you're happy you've completed the area you're working on.\n\n## Deploying your project\n\nAs mentioned above, there are many ways to host your project for free. Our recommend hosts are:\n\n- [GitHub Pages](https://pages.github.com/)\n- [Vercel](https://vercel.com/)\n- [Netlify](https://www.netlify.com/)\n\nYou can host your site using one of these solutions or any of our other trusted providers. [Read more about our recommended and trusted hosts](https://medium.com/frontend-mentor/frontend-mentor-trusted-hosting-providers-bf000dfebe).\n\n## Create a custom `README.md`\n\nWe strongly recommend overwriting this `README.md` with a custom one. We've provided a template inside the [`README-template.md`](./README-template.md) file in this starter code.\n\nThe template provides a guide for what to add. A custom `README` will help you explain your project and reflect on your learnings. Please feel free to edit our template as much as you like.\n\nOnce you've added your information to the template, delete this file and rename the `README-template.md` file to `README.md`. That will make it show up as your repository's README file.\n\n## Submitting your solution\n\nSubmit your solution on the platform for the rest of the community to see. Follow our [\"Complete guide to submitting solutions\"](https://medium.com/frontend-mentor/a-complete-guide-to-submitting-solutions-on-frontend-mentor-ac6384162248) for tips on how to do this.\n\nRemember, if you're looking for feedback on your solution, be sure to ask questions when submitting it. The more specific and detailed you are with your questions, the higher the chance you'll get valuable feedback from the community.\n\n## Sharing your solution\n\nThere are multiple places you can share your solution:\n\n1. Share your solution page in the **#finished-projects** channel of the [Slack community](https://www.frontendmentor.io/slack).\n2. Tweet [@frontendmentor](https://twitter.com/frontendmentor) and mention **@frontendmentor**, including the repo and live URLs in the tweet. We'd love to take a look at what you've built and help share it around.\n3. Share your solution on other social channels like LinkedIn.\n4. Blog about your experience building your project. Writing about your workflow, technical choices, and talking through your code is a brilliant way to reinforce what you've learned. Great platforms to write on are [dev.to](https://dev.to/), [Hashnode](https://hashnode.com/), and [CodeNewbie](https://community.codenewbie.org/).\n\nWe provide templates to help you share your solution once you've submitted it on the platform. Please do edit them and include specific questions when you're looking for feedback.\n\nThe more specific you are with your questions the more likely it is that another member of the community will give you feedback.\n\n## Got feedback for us?\n\nWe love receiving feedback! We're always looking to improve our challenges and our platform. So if you have anything you'd like to mention, please email hi[at]frontendmentor[dot]io.\n\nThis challenge is completely free. Please share it with anyone who will find it useful for practice.\n\n**Have fun building!** 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaroshfarhan%2Finteractive-card-detail-form","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaroshfarhan%2Finteractive-card-detail-form","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaroshfarhan%2Finteractive-card-detail-form/lists"}