| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
ย | ย | |||
ย | ย | |||
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!
The project is organized as follows:
user-stats/ โโโ client/ โ โโโ public/ โ โ โโโ index.html โ โโโ src/ โ โ โโโ components/ โ โ โ โโโ Commits.jsx โ โ โ โโโ Footer.jsx โ โ โ โโโ Logger.jsx โ โ โ โโโ Pagination.jsx โ โ โ โโโ Repositories.jsx โ โ โ โโโ SearchBar.jsx โ โ โ โโโ UserDetails.jsx โ โ โ โโโ Stats.jsx โ โ โโโ utils/ โ โ โ โโโ githubApi.js โ โ โ โโโ twitterApi.js โ โ โโโ App.js โ โ โโโ index.css โ โ โโโ index.js โ โโโ tailwind.config.js โ โโโ package.json
Follow these steps to set up the project locally:
Clone the repository:
git clone https://github.com/Gyanthakur/User-Stats.git
cd User-Stats
cd clientInstall dependencies::
npm installRun the application::
npm run devOpen in browser: The app will be available at http://localhost:3000.
Add dark mode support.
Cache API responses for better performance.
Integrate more GitHub features like pinned repositories.
This project is licensed under the MIT License.
| Back | FazBrowse Home | New Git URL |