{"id":13805312,"url":"https://github.com/sabesansathananthan/react-github-repo-cards","last_synced_at":"2025-05-13T19:30:40.768Z","repository":{"id":102288418,"uuid":"300714390","full_name":"sabesansathananthan/react-github-repo-cards","owner":"sabesansathananthan","description":"User can show the GitHub repository cards in their react wesite. Card component is created using Material-UI","archived":false,"fork":false,"pushed_at":"2020-11-08T19:16:33.000Z","size":517,"stargazers_count":22,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-18T21:47:08.392Z","etag":null,"topics":["cards","github","material-ui","react","repository"],"latest_commit_sha":null,"homepage":"https://react-github-repo-cards.vercel.app/","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/sabesansathananthan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":"docs/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-10-02T19:16:57.000Z","updated_at":"2024-04-22T10:42:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"15d990cc-3e53-4d78-b015-558b4d32fdaf","html_url":"https://github.com/sabesansathananthan/react-github-repo-cards","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sabesansathananthan%2Freact-github-repo-cards","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sabesansathananthan%2Freact-github-repo-cards/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sabesansathananthan%2Freact-github-repo-cards/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sabesansathananthan%2Freact-github-repo-cards/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sabesansathananthan","download_url":"https://codeload.github.com/sabesansathananthan/react-github-repo-cards/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254012967,"owners_count":21999345,"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":["cards","github","material-ui","react","repository"],"created_at":"2024-08-04T01:00:59.895Z","updated_at":"2025-05-13T19:30:40.430Z","avatar_url":"https://github.com/sabesansathananthan.png","language":"JavaScript","funding_links":[],"categories":["Components"],"sub_categories":[],"readme":"\u003ch1 align='center'\u003eReact Github Repo Cards\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\nThis application aims to show the Github repositories of the user in his/her react website.\n\u003c/p\u003e\n\u003cimg alt=\"UI\" src=\"./docs/ScreenShot.JPG\"  align='center'/\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://github.com/sabesansathananthan/react-github-repo-cards/blob/master/.github/LICENSE\"\u003e\n      \u003cimg alt=\"licence\" src=\"https://img.shields.io/github/license/sabesansathananthan/react-github-repo-cards\" /\u003e\n    \u003c/a\u003e\u003ca href=\"https://github.com/sabesansathananthan/react-github-repo-cards\"\u003e\n      \u003cimg alt=\"GitHub package.json version\" src=\"https://img.shields.io/github/package-json/v/sabesansathananthan/react-github-repo-cards\" /\u003e\n    \u003c/a\u003e\u003ca href=\"https://github.com/sabesansathananthan/react-github-repo-cards\"\u003e\n      \u003cimg alt=\"GitHub repo size\" src=\"https://img.shields.io/github/repo-size/sabesansathananthan/react-github-repo-cards?color=ff69b4\" /\u003e\n    \u003c/a\u003e\u003ca href=\"https://twitter.com/intent/tweet?text=Wow,%20I%20used%20react-github-repo-cards.%20That%20is%20excellent.%20Thank%20you%20@TheSabesan\"\u003e\n      \u003cimg alt=\"Twitter URL\" src=\"https://img.shields.io/twitter/url?style=social\u0026url=https%3A%2F%2Ftwitter.com%2FTheSabesan\" /\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n## 🛠️ Built with\n\n- [React JS](https://reactjs.org/) - Front-End JavaScript library\n- [Material UI](https://material-ui.com/) - React UI Framework\n\n## Installation\n\nTo setup the app for development on your local machine, please follow the instructions below:\n\n1.  Clone the repo to your machine\n\n    ```bash\n    git clone https://github.com/sabesansathananthan/react-github-repo-cards.git\n    cd react-github-repo-cards\n    ```\n\n2.  Install packages\n\n    If you use `npm`\n\n    ```bash\n    npm install\n    ```\n\n    or\n\n    If you use `yarn`\n\n    ```bash\n    yarn\n    ```\n\n3.  Change username\n\n    Open [GitHub.js](./src/api/GitHub.js) in the api folder. Use your github user name👤 instead of sabesansathananthan.\n\n    ```JavaScript\n    const USER_NAME = 'sabesansathananthan';\n    ```\n\n4.  Add Token\n\n    Create a new .env file in your root folder. Add your github personal access tokens in `.env`\n\n    ```\n    REACT_APP_API_KEY = YOUR_PERSONAL_ACCESS_TOKEN\n    ```\n\n5.  Run the development server\n\n    If you use `npm`\n\n    ```bash\n    npm start\n    ```\n\n    or\n\n    If you use `yarn`\n\n    ```bash\n    yarn start\n    ```\n\n6.  Visit \u003chttp://localhost:3000\u003e\n\n## [Live Demo](https://react-github-repo-cards.vercel.app/)\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https://github.com/sabesansathananthan/react-github-repo-cards)\n\nDon't forget to give a star :star: for this repo :slightly_smiling_face:\n\n## \u003cimg alt='Article' height='25px' src =\"https://raw.githubusercontent.com/matiassingers/awesome-readme/master/icon.png\"/\u003e Related Article\n\n[Embed your GitHub project on your React website](https://medium.com/design-bootcamp/embed-your-github-project-on-your-react-website-ccefacc30f62) - _Sabesan Sathananthan_\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](./.github/LICENSE) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsabesansathananthan%2Freact-github-repo-cards","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsabesansathananthan%2Freact-github-repo-cards","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsabesansathananthan%2Freact-github-repo-cards/lists"}