{"id":25832779,"url":"https://github.com/ompreetham/interactive-card-details-form","last_synced_at":"2026-04-13T06:03:54.193Z","repository":{"id":231929573,"uuid":"783065449","full_name":"OmPreetham/interactive-card-details-form","owner":"OmPreetham","description":"\"Interactive Card Details Form\" challenge on Frontend Mentor. ","archived":false,"fork":false,"pushed_at":"2024-04-17T02:30:09.000Z","size":6748,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T23:47:18.335Z","etag":null,"topics":["bem","card","component","css","front-end","front-end-development","frontend","frontend-mentor","frontendmentor-challenge","html","interactive","javascript","js","junior","react","reacthooks","render","scss","vite","website"],"latest_commit_sha":null,"homepage":"https://ompreetham.github.io/interactive-card-details-form/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OmPreetham.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-04-06T21:02:42.000Z","updated_at":"2024-04-17T02:28:32.000Z","dependencies_parsed_at":"2024-04-17T03:37:48.318Z","dependency_job_id":"05a8b77f-2de9-4b9e-b589-78ac2f979577","html_url":"https://github.com/OmPreetham/interactive-card-details-form","commit_stats":null,"previous_names":["ompreetham/interactive-card-details-form"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/OmPreetham/interactive-card-details-form","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmPreetham%2Finteractive-card-details-form","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmPreetham%2Finteractive-card-details-form/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmPreetham%2Finteractive-card-details-form/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmPreetham%2Finteractive-card-details-form/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OmPreetham","download_url":"https://codeload.github.com/OmPreetham/interactive-card-details-form/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmPreetham%2Finteractive-card-details-form/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263366696,"owners_count":23455797,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["bem","card","component","css","front-end","front-end-development","frontend","frontend-mentor","frontendmentor-challenge","html","interactive","javascript","js","junior","react","reacthooks","render","scss","vite","website"],"created_at":"2025-02-28T21:48:49.285Z","updated_at":"2026-04-13T06:03:54.148Z","avatar_url":"https://github.com/OmPreetham.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Interactive Card Details Form Challenge\n\nThis project is a solution to the \"Interactive Card Details Form\" challenge on Frontend Mentor. The challenge involves building an interactive card details form using HTML, SCSS, and JavaScript.\n\n## Overview\n\nThe interactive card details form allows users to enter their credit card information in a visually appealing and user-friendly manner. It includes form validation, dynamic card number formatting, and interactive animations to enhance the user experience.\n\n## Features\n\n- Responsive design for various screen sizes.\n- Form validation to ensure the correctness of entered information.\n- Dynamic formatting of the credit card number input.\n- Interactive animations to provide feedback to the user.\n- BEM (Block Element Modifier) naming convention for CSS classes.\n- Built with React for dynamic UI rendering.\n- Utilizes SCSS for styling.\n\n## Technologies Used\n\n- React\n- SCSS (Sass)\n- Vite (Frontend build tool)\n- HTML\n- JavaScript\n\n### Previews\n\nDesktop\n\n![Desktop Preview](/public/preview-desktop.png)\n\n![Desktop Preview Errors](/public/preview-desktop-errors.png)\n\n![Desktop Preview Data](/public/preview-desktop-data.png)\n\n![Desktop Preview Thank You](/public/preview-desktop-thank-you.png)\n\nMobile\n\n![Mobile Preview Data](/public/preview-mobile-data.png)\n\n![Mobile Preview Thank You](/public/preview-mobile-thank-you.png)\n\n## Getting Started\n\nFollow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.\n\n### Prerequisites\n\nMake sure you have Node.js and npm (or yarn) installed on your machine.\n\n### Installation\n\n1. Clone this repository to your local machine using the following command:\n\n   ```\n   git clone https://github.com/OmPreetham/interactive-card-details-form.git\n   ```\n\n1. Navigate into the project directory:\n\n   ```\n   cd interactive-card-details-form\n   ```\n\n1. Install dependencies using npm:\n\n   ```\n   npm install\n   ```\n\n## Usage\n\nTo run the project, use the following command:\n\n```\nnpm run dev\n```\n\nThis will start a development server and open the project in your default web browser. Any changes you make to the source code will be hot-reloaded, meaning you can see the updates in real-time.\n\n## Build\n\nTo build the project for production, use the following command:\n\n```\nnpm run build\n```\n\nThis will start a development server and open the project in your default web browser. Any changes you make to the source code will be hot-reloaded, meaning you can see the updates in real-time.\n\n## Build\n\nTo build the project for production, use the following command:\n\nThis will create an optimized build of the project in the `dist` directory.\n\n## Additional Information\n\n- This project was scaffolded using Vite, a blazing fast frontend build tool.\n- It uses React for building the user interface.\n- Feel free to customize the project according to your needs.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fompreetham%2Finteractive-card-details-form","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fompreetham%2Finteractive-card-details-form","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fompreetham%2Finteractive-card-details-form/lists"}