{"id":26181013,"url":"https://github.com/bhantsi/react-props","last_synced_at":"2025-07-29T05:32:40.058Z","repository":{"id":44135049,"uuid":"448925137","full_name":"bhantsi/react-props","owner":"bhantsi","description":"A simple react project to enhance my props experience","archived":false,"fork":false,"pushed_at":"2025-06-20T10:43:14.000Z","size":663,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-20T11:38:08.521Z","etag":null,"topics":["front-end","react","react-props","reactjs","scrimba"],"latest_commit_sha":null,"homepage":"https://react-props.netlify.app/","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/bhantsi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"zenodo":null}},"created_at":"2022-01-17T14:24:31.000Z","updated_at":"2025-06-20T10:43:17.000Z","dependencies_parsed_at":"2025-04-16T04:01:06.100Z","dependency_job_id":null,"html_url":"https://github.com/bhantsi/react-props","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bhantsi/react-props","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhantsi%2Freact-props","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhantsi%2Freact-props/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhantsi%2Freact-props/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhantsi%2Freact-props/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bhantsi","download_url":"https://codeload.github.com/bhantsi/react-props/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhantsi%2Freact-props/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267633670,"owners_count":24118777,"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","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"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":["front-end","react","react-props","reactjs","scrimba"],"created_at":"2025-03-11T21:58:17.411Z","updated_at":"2025-07-29T05:32:40.031Z","avatar_url":"https://github.com/bhantsi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# React Pops Example\n[![Netlify Status](https://api.netlify.com/api/v1/badges/03b980a0-efca-4cb1-ac02-2ee3ac2bc088/deploy-status)](https://app.netlify.com/sites/festive-feynman-e9487e/deploys) \n[![Demo](https://img.shields.io/badge/demo-live-blue.svg)](https://react-props.netlify.app/)\n\nThis is simple react project design to understand props more \n## Acknowledgements\nThis particular project is part of [Bob Ziroll's](https://scrimba.com/teachers/bobziroll) react course on scrimba\n - [Awesome Readme Templates](https://awesomeopensource.com/project/elangosundar/awesome-README-templates)\n - [Learn React on Scrima](https://scrimba.com/learn/learnreact)\n - [Create React App](https://create-react-app.dev/)\n\n\n## Features\n\n- Makea a reusable components\n- How to pass a prop into a component\n- Recieving props in a components\n\n\n\n## Run Locally\n\nClone the project\n\n```bash\n  git clone https://github.com/bhantsi/react-props\n```\n\nGo to the project directory\n\n```bash\n  cd react-props\n```\n\nInstall dependencies\n\n```bash\n  npm install\n```\n\nStart the server\n\n```bash\n  npm run start\n```\n\n\n## Usage/Examples\n\n```javascript\nimport Contact from './components/Contact'\n\nfunction App(props) {\n  return (\n  \u003cdiv\u003e\n    \u003cContact\n        name=\"John Doe\"\n        email=\"john.doe@domain.com\"\n     /\u003e\n  \u003c/div\u003e\n  )\n}\nexport default App;\n```\n\n\n## Feedback\n\nIf you have any feedback, please reach out to us at bhantsi@gmail.com\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhantsi%2Freact-props","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbhantsi%2Freact-props","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhantsi%2Freact-props/lists"}