Get your GitHub profile URL from just your username — quick, simple, and hassle-free!
GitLinker is a lightweight web app that instantly generates a direct link to any GitHub profile by entering a valid username. It features a minimalist interface styled with Pico CSS.
- ✅ Simple and intuitive UI
- ✅ Real-time validation for GitHub usernames
- ✅ Instant clickable GitHub URL generation
- ✅ Clean and responsive design
- HTML5
- CSS3 (with Pico CSS and custom styling in
css/main.css
) - JavaScript (Vanilla JS) (
js/main.js
)
GitLinker/
├── assets/
│ ├── css/
│ │ └── main.css # Custom styles for the app
│ ├── img/
│ │ └── GitHub-URL-Generator.png # Screenshot asset
│ ├── js/
│ │ └── main.js # JavaScript logic for URL generation & validation
│ └── Prv/
│ └── Preview.mp4 # Preview video or demo assets
├── .gitignore # Untracked files to ignore
├── index.html # Entry point of the application
├── License.md # License information
└── README.md # Project documentation
- Open
index.html
in your browser. - Enter a GitHub username in the input field.
- Click "Generate URL".
- A clickable link to the GitHub profile will be displayed.
- Only alphanumeric characters or hyphens allowed.
- No multiple consecutive hyphens.
- Cannot begin or end with a hyphen.
- Maximum length: 39 characters.
This project is licensed under the MIT License.
- Pico CSS — Minimalist CSS framework
- GitHub — For inspiring the idea of profile linking