Skip to content

I created GitHub URL Generator as a lightweight, beginner-friendly web tool to help users quickly generate their GitHub profile link using just their username. The goal was to build something useful with minimal setup, clean design, and a focus on simplicity.

License

Notifications You must be signed in to change notification settings

shivankushsingh09/GitLinker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitLinker: A GitHub Profile URL Generator

Get your GitHub profile URL from just your username — quick, simple, and hassle-free!

GitHub URL Generator Screenshot

🚀 Live Demo

Try it on CodeSandbox


📋 Description

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.


✨ Features

  • ✅ Simple and intuitive UI
  • ✅ Real-time validation for GitHub usernames
  • ✅ Instant clickable GitHub URL generation
  • ✅ Clean and responsive design

🛠️ Tech Stack

  • HTML5
  • CSS3 (with Pico CSS and custom styling in css/main.css)
  • JavaScript (Vanilla JS) (js/main.js)

📂 Project Structure

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

🎮 How to Use

  1. Open index.html in your browser.
  2. Enter a GitHub username in the input field.
  3. Click "Generate URL".
  4. A clickable link to the GitHub profile will be displayed.

⚠️ Username Validation Rules

  • Only alphanumeric characters or hyphens allowed.
  • No multiple consecutive hyphens.
  • Cannot begin or end with a hyphen.
  • Maximum length: 39 characters.

📸 Preview

Preview


📝 License

This project is licensed under the MIT License.


🙌 Acknowledgments

  • Pico CSS — Minimalist CSS framework
  • GitHub — For inspiring the idea of profile linking

About

I created GitHub URL Generator as a lightweight, beginner-friendly web tool to help users quickly generate their GitHub profile link using just their username. The goal was to build something useful with minimal setup, clean design, and a focus on simplicity.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published