{"id":21071176,"url":"https://github.com/minhomega/react-interactive-paycard","last_synced_at":"2026-05-08T13:20:02.912Z","repository":{"id":252065350,"uuid":"839322943","full_name":"MinhOmega/react-interactive-paycard","owner":"MinhOmega","description":"An interactive credit card component built with React and TypeScript","archived":false,"fork":false,"pushed_at":"2024-08-09T10:48:14.000Z","size":199,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-27T15:41:35.503Z","etag":null,"topics":["credit-card","frontend","interactive-component","nextjs","react","typescript","ui-component"],"latest_commit_sha":null,"homepage":"http://minhvo.is-a.dev/react-interactive-paycard/","language":"TypeScript","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/MinhOmega.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/funding.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","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},"funding":{"github":"MinhOmega"}},"created_at":"2024-08-07T11:30:25.000Z","updated_at":"2025-03-22T05:24:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"f06dec48-fea3-4a78-bc16-bd5eb675409c","html_url":"https://github.com/MinhOmega/react-interactive-paycard","commit_stats":null,"previous_names":["minhomega/react-interactive-paycard"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MinhOmega/react-interactive-paycard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MinhOmega%2Freact-interactive-paycard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MinhOmega%2Freact-interactive-paycard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MinhOmega%2Freact-interactive-paycard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MinhOmega%2Freact-interactive-paycard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MinhOmega","download_url":"https://codeload.github.com/MinhOmega/react-interactive-paycard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MinhOmega%2Freact-interactive-paycard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32781999,"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":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["credit-card","frontend","interactive-component","nextjs","react","typescript","ui-component"],"created_at":"2024-11-19T18:50:20.248Z","updated_at":"2026-05-08T13:20:02.876Z","avatar_url":"https://github.com/MinhOmega.png","language":"TypeScript","funding_links":["https://github.com/sponsors/MinhOmega"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  React Interactive Paycard\n\u003c/h1\u003e\n\nInspired by the [vue-interactive-paycard](https://github.com/muhammederdem/vue-interactive-paycard) and [react-interactive-paycard](https://github.com/jasminmif/react-interactive-paycard) projects, I decided to recreate the same functionality in ReactJS, using TypeScript throughout. Additionally, I developed an example website to demonstrate how it works within a NextJS framework.\n\n\n\u003cp align=\"center\"\u003e\n  \u003cstrong\u003e\n    \u003ca href=\"https://minhomega.github.io/react-interactive-paycard/\" target=\"_blank\"\u003eLive code demo\u003c/a\u003e |\n    \u003ca href=\"https://github.com/minhomega/\" target=\"_blank\"\u003eHire me here\u003c/a\u003e\n  \u003c/strong\u003e\n\u003c/p\u003e\n\n## Demo\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/user-attachments/assets/abe85281-8e03-4918-a188-9cea73b99912\"\u003e\n\u003c/p\u003e\n\n## Notes\n\n- The component is only available in a browser environment. If you are using Next.js App Router or any other framework that utilizes Server Components, make sure to use this component within a Client Component by adding the directive [`use client`](https://react.dev/reference/rsc/use-client).\n\n## Roadmap\n\n- [x] Convert all code to TypeScript\n- [x] Create an example website and build the CI/CD pipeline to deploy it to GitHub Pages\n- [ ] Refactor the code to use custom props for easier integration\n- [ ] Add more card types and a prop to control validation\n- [ ] Publish it as an NPM package and build the CI/CD pipeline for NPM publishing\n\n## Contributing\n\nContributions are welcome! If you have suggestions, bug reports, or feature requests, please open an issue or submit a pull request.\n\n1. Fork the repository\n2. Create a new branch (`git checkout -b feature-branch`)\n3. Make your changes\n4. Commit your changes (`git commit -m 'Add some feature'`)\n5. Push to the branch (`git push origin feature-branch`)\n6. Open a pull request\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.\n\n## Contact\n\nFor any questions or inquiries, feel free to reach out via [GitHub](https://github.com/minhomega/) or [email](mailto:vnqminh0502@gmail.com).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminhomega%2Freact-interactive-paycard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fminhomega%2Freact-interactive-paycard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminhomega%2Freact-interactive-paycard/lists"}