{"id":27195878,"url":"https://github.com/moisestech/react-github-battle","last_synced_at":"2025-07-22T12:35:17.460Z","repository":{"id":52290192,"uuid":"283786129","full_name":"moisestech/react-github-battle","owner":"moisestech","description":"Github Battle ReactJS App","archived":false,"fork":false,"pushed_at":"2021-05-01T11:40:21.000Z","size":3334,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T19:51:38.960Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/moisestech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-07-30T13:39:50.000Z","updated_at":"2023-03-04T04:24:46.000Z","dependencies_parsed_at":"2022-09-05T20:40:29.592Z","dependency_job_id":null,"html_url":"https://github.com/moisestech/react-github-battle","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/moisestech/react-github-battle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moisestech%2Freact-github-battle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moisestech%2Freact-github-battle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moisestech%2Freact-github-battle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moisestech%2Freact-github-battle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moisestech","download_url":"https://codeload.github.com/moisestech/react-github-battle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moisestech%2Freact-github-battle/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266496538,"owners_count":23938714,"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-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":[],"created_at":"2025-04-09T19:48:04.503Z","updated_at":"2025-07-22T12:35:17.419Z","avatar_url":"https://github.com/moisestech.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Netlify Status](https://api.netlify.com/api/v1/badges/f61d8db0-2e2d-4e58-9b69-80741fec3113/deploy-status)](https://app.netlify.com/sites/github-battle-js/deploys)\n\n# Github Battle\n\n\u003cimg src=\"https://raw.githubusercontent.com/moisestech/github-battle/master/public/assets/github-battle_logo.png\" width=\"150px\"/\u003e\n\n## **GithubAPI Profile competition app**\n\n## ⚙ Features\n\n- React 17\n- React Router v5\n- React Hooks\n- ES8\n- PropTypes\n- Light/Dark Theme\n\n## 👁️‍🗨️ Project Preview\n\n|                                                                                                                                                         Light Mode                                                                                                                                                         |                                                                                                                                                         Dark Mode                                                                                                                                                          |\n| :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |\n| ![](https://user-images.githubusercontent.com/2933430/53439193-c39e1f00-39be-11e9-848f-d327f0ef5f53.png) ![](https://user-images.githubusercontent.com/2933430/53439196-c39e1f00-39be-11e9-875e-6f4aea52f099.png) ![](https://user-images.githubusercontent.com/2933430/53439197-c39e1f00-39be-11e9-8d17-d303692e5dd2.png) | ![](https://user-images.githubusercontent.com/2933430/53439194-c39e1f00-39be-11e9-8302-dcea6dae726a.png) ![](https://user-images.githubusercontent.com/2933430/53439195-c39e1f00-39be-11e9-9d10-488311266460.png) ![](https://user-images.githubusercontent.com/2933430/53439198-c39e1f00-39be-11e9-8bb8-d12687113a2e.png) |\n\n## 🗺 URL Tree\n\n```bash\n├── /                          #Home\n├── /battle                    #Battle\n└── /*                         #404\n```\n\n## 🌿 Application Tree\n\n```bash\n├── README.md\n├── package.json\n├── public\n│   ├── _redirects\n│   ├── assets\n│   │   ├── github-battle-1.png\n│   │   ├── github-battle-2.png\n│   │   ├── github-battle-3.png\n│   │   ├── github-battle-4.png\n│   │   ├── github-battle-5.png\n│   │   ├── github-battle-6.png\n│   │   └── github-battle_logo.png\n│   └── index.html\n├── src\n│   ├── components\n│   │   ├── Card\n│   │   │   ├── card.css\n│   │   │   └── index.js\n│   │   ├── Loading\n│   │   │   └── index.js\n│   │   ├── Nav\n│   │   │   ├── index.js\n│   │   │   └── nav.css\n│   │   └── Tooltip\n│   │       └── index.js\n│   ├── contexts\n│   │   └── theme.js\n│   ├── hooks\n│   │   └── useHover.js\n│   ├── index.css\n│   ├── index.js\n│   ├── pages\n│   │   ├── Battle\n│   │   │   ├── battle.css\n│   │   │   ├── components\n│   │   │   │   ├── Instructions\n│   │   │   │   │   ├── index.js\n│   │   │   │   │   └── instructions.css\n│   │   │   │   ├── PlayerInput\n│   │   │   │   │   ├── index.js\n│   │   │   │   │   └── player-input.css\n│   │   │   │   └── PlayerPreview\n│   │   │   │       ├── index.js\n│   │   │   │       └── player-preview.css\n│   │   │   └── index.js\n│   │   ├── Popular\n│   │   │   ├── components\n│   │   │   │   ├── LanguagesNav\n│   │   │   │   │   ├── index.js\n│   │   │   │   │   └── languages-nav.css\n│   │   │   │   └── ReposGrid\n│   │   │   │       ├── index.js\n│   │   │   │       └── repos-grid.css\n│   │   │   ├── index.js\n│   │   │   └── popular.css\n│   │   └── Results\n│   │       ├── components\n│   │       │   └── ProfileList\n│   │       │       ├── index.js\n│   │       │       └── profile-list.css\n│   │       ├── index.js\n│   │       └── results.css\n│   └── utils\n│       └── api.js\n└── webpack.config.js\n```\n\n## ⛰️ Roadmap\n\n- Mobile version\n\n## 📝 Todos\n\n- Re-factor large components.\n- Re-structure folders.\n- Re-write in Typescript.\n- Refactor in styled components.\n- Handle input undefined username.\n- Add Better preview images (larger, animated).\n- Rename public assets for context.\n- Add Favicon.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoisestech%2Freact-github-battle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoisestech%2Freact-github-battle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoisestech%2Freact-github-battle/lists"}