This is a universal GitHub Profile Page that dynamically fetches and displays GitHub profile data. When you fork or clone this repository, the page will automatically display the profile information of the repository owner.
- Fork or clone this repository.
- Enable GitHub Pages through your repository settings.
- Your profile page is ready and will be accessible at
https://<your-username>.github.io/<repository-name>.
- HTML
- JavaScript
- Primer CSS (GitHub's Design System)
index.html: Main HTML file.css/custom.css: Custom styles.js/custom.js: JavaScript logic for fetching and displaying GitHub data.
[Super8Four]