{"id":24569727,"url":"https://github.com/gyanthakur/user-stats","last_synced_at":"2026-03-10T07:02:43.538Z","repository":{"id":270615686,"uuid":"910818581","full_name":"Gyanthakur/User-Stats","owner":"Gyanthakur","description":"🎖️🎖️🎖️ GitHub Achievements Finder is a web application that allows users to search for a GitHub username and view their profile details, repositories, and achievements. It's an engaging tool to explore a developer's journey on GitHub!","archived":false,"fork":false,"pushed_at":"2025-01-11T17:51:57.000Z","size":178,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-29T18:11:50.186Z","etag":null,"topics":["github","githubapi","githubapiwrapper","phosphor-react","react","tailwindcss","vite"],"latest_commit_sha":null,"homepage":"https://user-stats-zeta.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/Gyanthakur.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-01T14:26:03.000Z","updated_at":"2025-03-01T10:04:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"22d7a392-0271-488e-956a-e73ee822ec46","html_url":"https://github.com/Gyanthakur/User-Stats","commit_stats":null,"previous_names":["gyanthakur/user-stats"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gyanthakur%2FUser-Stats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gyanthakur%2FUser-Stats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gyanthakur%2FUser-Stats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gyanthakur%2FUser-Stats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Gyanthakur","download_url":"https://codeload.github.com/Gyanthakur/User-Stats/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250314884,"owners_count":21410469,"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":["github","githubapi","githubapiwrapper","phosphor-react","react","tailwindcss","vite"],"created_at":"2025-01-23T15:55:57.941Z","updated_at":"2026-03-10T07:02:38.476Z","avatar_url":"https://github.com/Gyanthakur.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \n![user-stats-logo](https://github.com/user-attachments/assets/e5109934-8061-4609-95fe-71713a4bf10c)\n\n\u003c/div\u003e\n\n\u003cbr/\u003e\n\u003cdiv align=\"center\"\u003e\n  User Stats\n\u003c/div\u003e\n\n\n# GitHub Achievements Finder 🎖️\n\nGitHub Achievements Finder is a web application that allows users to search for a GitHub username and view their profile details, repositories, and achievements. It's an engaging tool to explore a developer's journey on GitHub!\n\n---\n\n## 🚀 Features\n\n- Search for any GitHub user.\n- View profile details such as followers, repositories, and public gists.\n- Display GitHub achievements as interactive badges.\n- Responsive design for a seamless user experience across devices.\n- Animated loaders for better UX during data fetching.\n\n---\n\n## 📂 File Structure\n\nThe project is organized as follows:\n\n```\nuser-stats/\n├── client/\n│ ├── public/\n│ │   ├── index.html\n│ ├── src/\n│ │   ├── components/\n│ │   │   ├── Commits.jsx\n│ │   │   ├── Footer.jsx\n│ │   │   ├── Logger.jsx\n│ │   │   ├── Pagination.jsx\n│ │   │   ├── Repositories.jsx\n│ │   │   ├── SearchBar.jsx\n│ │   │   ├── UserDetails.jsx\n│ │   │   ├── Stats.jsx\n│ │   ├── utils/\n│ │   │   ├── githubApi.js\n│ │   │   ├── twitterApi.js\n│ │   ├── App.js\n│ │   ├── index.css\n│ │   ├── index.js\n│ ├── tailwind.config.js\n│ ├── package.json\n\n```\n\n\n---\n\n## 🛠️ Installation\n\nFollow these steps to set up the project locally:\n\n1. **Clone the repository**:\n   ```bash\n   git clone https://github.com/Gyanthakur/User-Stats.git\n   cd User-Stats\n   cd client\n   ```\n\n2. **Install dependencies:**:\n   ```bash\n   npm install\n   ```\n\n3. **Run the application:**:\n   ```bash\n   npm run dev\n   ```\n\n4. **Open in browser:** The app will be available at ```http://localhost:3000```.\n\n\n---\n\n## 📸 Screenshots\n- Search Page\n  ![image](https://github.com/user-attachments/assets/2572fbb3-b82c-480f-9713-6ce6f7f30aeb)\n\n- Profile\n\n  ![image](https://github.com/user-attachments/assets/fb31b1a4-04a1-4600-bd2e-06d1b71e0636)\n\n- Commits \n\n  ![image](https://github.com/user-attachments/assets/25496e80-26b0-49ca-b20a-abae54447dca)\n\n\n\n- Achievements Display\n\n  ![image](https://github.com/user-attachments/assets/8f3411f4-da08-4b14-9433-574aa7eb605c)\n  ![image](https://github.com/user-attachments/assets/aa8ab677-c08d-4793-b4d5-259be462363a)\n  ![image](https://github.com/user-attachments/assets/6e53af4b-55a8-4eb2-bfa0-922d0432b9e0)\n  ![image](https://github.com/user-attachments/assets/e76dd661-75af-4600-8724-1a4e854f7554)\n  ![image](https://github.com/user-attachments/assets/44210702-53de-485d-858b-b7fda61e2cfd)\n  ![image](https://github.com/user-attachments/assets/2049f5ee-c9fb-4744-b272-9ae219f5563e)\n  ![image](https://github.com/user-attachments/assets/fd803910-1576-45c9-bf3b-7bd83105a029)\n  ![image](https://github.com/user-attachments/assets/b841f360-914e-4885-9fda-9201b6ba0dbe)\n\n        \n\n\n\n\n- Mobile view\n\n![image](https://github.com/user-attachments/assets/27d15f0e-d339-4847-b1c5-5f10e6b8319b)\n\n\u003cbr/\u003e\n\n![image](https://github.com/user-attachments/assets/5cb9b844-5e56-4814-b61a-707820c7ee04)\n\n\u003cbr/\u003e\n\n![image](https://github.com/user-attachments/assets/46767fc3-3a5e-4524-b236-94eeb4d08a47)\n\n\u003cbr/\u003e\n\n![image](https://github.com/user-attachments/assets/eaadf17f-c1bb-481b-9478-830e7f3f75e5)\n\n\u003cbr/\u003e\n\n![image](https://github.com/user-attachments/assets/5a01f053-e060-4c72-b050-cbb0d06fb6b1)\n\n\u003cbr/\u003e\n\n![image](https://github.com/user-attachments/assets/adb23a63-9912-4a71-9539-cf39de0fac68)\n\n\n\n---\n\n## 🔍 Usage\n- Enter a ```GitHub username``` in the search bar.\n- Click ```Search``` to fetch the user's data.\n- View the ```user's profile``` details, repositories, and achievements.\n\n\n\n## 🧩 Technologies Used\n- Frontend: React.js, Tailwind CSS\n- APIs: GitHub REST API\n- Icons: Phosphor Icons\n\n\n\n## 🐛 Known Issues\n- API Rate Limiting: GitHub's API has rate limits. Use a personal access token if you exceed the limit.\n- Achievements Data: Some achievements may not be available for certain accounts.\n\n\n## 🌟 Acknowledgments\n- GitHub REST API for making this project possible.\n- Tailwind CSS for streamlined styling.\n- Phosphor Icons for beautiful and accessible icons.\n\n\n## 🛠️ Future Enhancements\n- Add dark mode support.\n- Cache API responses for better performance.\n- Integrate more GitHub features like pinned repositories.\n\n\n\n\n  ---\n\n\n\n\n## 🔐 License\nThis project is licensed under the [MIT License](LICENSE).\n\n---\n\n## ✨ Made with ❤️ by Gyan Pratap Singh ✨\n\n## 🌐 Connect with Us\n\nContact Us:  📲\u003ca href=\"https://wa.me/918957818597?text=Hey%20%F0%9F%91%8B%2C%20how%20can%20I%20help%20you%3F\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/WhatsApp-Click%20Me-25D366?style=for-the-badge\u0026logo=whatsapp\" alt=\"WhatsApp\" /\u003e\n  \u003c/a\u003e\n\n- **Name**: Gyan Pratap Singh\n- **Email**: [gps.96169@gmail.com](mailto:gps.96169@gmail.com)\n- **GitHub**: [Gyanthakur](https://github.com/Gyanthakur)\n- **Portfolio**: [Gyan's Portfolio](https://gyan-pratap-singh.vercel.app/)\n\n---\n\n\n\n## Thank you for checking out the User Stats project! Happy coding! 😊\n\n\u003cdiv align=\"center\"\u003e\n  \n![user-stats-logo](https://github.com/user-attachments/assets/e5109934-8061-4609-95fe-71713a4bf10c)\n\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgyanthakur%2Fuser-stats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgyanthakur%2Fuser-stats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgyanthakur%2Fuser-stats/lists"}