Gitlyze is a simple and modern web application that allows users to search for any GitHub profile and view detailed information including repositories, followers, and profile data.
The project is built with Vite, Bootstrap 5, Font Awesome, and Page.js, and it uses the GitHub REST API to fetch real data.
Hosted on Vercel.
- Search for any GitHub user by username.
- Display full profile information (name, bio, avatar, etc).
- Show total public repositories and followers.
- Responsive layout using Bootstrap 5.
- Clean, simple dark-themed design.
- Hosted easily and runs fast on Vercel.
| Technology | Description |
|---|---|
| Vite | Development and build tool |
| Bootstrap 5 | UI framework for layout and responsiveness |
| Font Awesome | Icon library |
| Page.js | Client-side router for navigation |
| Axios | HTTP requests to GitHub API |
| Vercel | Deployment and hosting platform |