{"id":19926365,"url":"https://github.com/fullstackwithlawrence/react-mdr","last_synced_at":"2025-07-05T07:03:45.698Z","repository":{"id":57152251,"uuid":"431296736","full_name":"FullStackWithLawrence/react-mdr","owner":"FullStackWithLawrence","description":"Matrix digital rain effect for ReactJS","archived":false,"fork":false,"pushed_at":"2023-11-27T17:31:57.000Z","size":132,"stargazers_count":22,"open_issues_count":1,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-26T19:11:44.284Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/FullStackWithLawrence.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS"}},"created_at":"2021-11-24T00:26:45.000Z","updated_at":"2025-06-19T00:01:16.000Z","dependencies_parsed_at":"2023-11-27T18:46:57.816Z","dependency_job_id":null,"html_url":"https://github.com/FullStackWithLawrence/react-mdr","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"c4256b22947b54429be11e8c0e4413a00722eaf0"},"previous_names":["lpm0073/react-mdr"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/FullStackWithLawrence/react-mdr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FullStackWithLawrence%2Freact-mdr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FullStackWithLawrence%2Freact-mdr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FullStackWithLawrence%2Freact-mdr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FullStackWithLawrence%2Freact-mdr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FullStackWithLawrence","download_url":"https://codeload.github.com/FullStackWithLawrence/react-mdr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FullStackWithLawrence%2Freact-mdr/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263699725,"owners_count":23497959,"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":[],"created_at":"2024-11-12T22:29:00.801Z","updated_at":"2025-07-05T07:03:45.669Z","avatar_url":"https://github.com/FullStackWithLawrence.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Matrix Digital Rain Effect for ReactJS](https://www.npmjs.com/package/react-mdr) \u0026middot; [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/facebook/react/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/react-mdr.svg?style=flat)](https://www.npmjs.com/package/react-mdr) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/lpm0073/react-mdr/pulls)\n\n[![Hack.d Lawrence McDaniel](https://img.shields.io/badge/hack.d-Lawrence%20McDaniel-orange.svg)](https://lawrencemcdaniel.com)\n\n**React Matrix Digital Rain Effect** gives you your favorite Matrix movie screen effect in the form of a React component. The source originates from an October 2021 blog article written by [Adam Nagy](https://www.youtube.com/c/JavascriptAcademyOfficial), [\"Matrix raining code effect using JavaScript\"](https://dev.to/javascriptacademy/matrix-raining-code-effect-using-javascript-4hep).\n\n-   **Lightweight:** The active code in this repository is less than 100 lines. It uses a canvas for rendering, which should ensure that it is both performant and that it works in most browsers.\n-   **Use Anywhere:** The `\u003cMatrixRainingLetters /\u003e` component tag can be placed anywhere in your jsx return function. It accepts custom classes and responds normally to CSS styling.\n\n### Screenshot\n\u003cimg width=\"1221\" alt=\"screenshot\" src=\"https://user-images.githubusercontent.com/1178819/143112334-85cfd56c-cbb5-4302-ae90-1e4f7da82316.png\"\u003e\n\n### Screencast\n\nhttps://user-images.githubusercontent.com/1178819/142886923-3b558b62-9695-42f0-8efc-fc457d361a83.mp4\n\n## Installation\n\n```bash\nnpm i react-mdr\n```\n\n## Code Sample\n\n```jsx\nimport { MatrixRainingLetters } from \"react-mdr\";\n\nfunction Foo() {\n    return (\n        \u003cReact.Fragment\u003e\n            \u003cMatrixRainingLetters key=\"foo-bar\" custom_class=\"m-0 p-0\" /\u003e\n        \u003c/React.Fragment\u003e\n    );\n}\n```\n\n## Contributing\n\nDevelopment of React Matrix Digital Rain Effect happens in the open on [GitHub](https://github.com/lpm0073/react-mdr/), and we are grateful to the community for contributing bugfixes and improvements. You can improve it by sending pull requests to [this repository](https://github.com/lpm0073/react-mdr/). Review [this guide](./CONTRIBUTE.md) for the gist of our development process, how to propose bugfixes and improvements.\n\n### License\n\nReact Matrix Digital Rain Effect is [MIT licensed](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffullstackwithlawrence%2Freact-mdr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffullstackwithlawrence%2Freact-mdr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffullstackwithlawrence%2Freact-mdr/lists"}