An open API service indexing awesome lists of open source software.

https://github.com/shazeus/shazeus.github.io

Static GitHub Pages portfolio for shazeus. The site fetches profile and repository data from the public GitHub API at runtime.
https://github.com/shazeus/shazeus.github.io

api static web website

Last synced: 3 days ago
JSON representation

Static GitHub Pages portfolio for shazeus. The site fetches profile and repository data from the public GitHub API at runtime.

Awesome Lists containing this project

README

          

# Shazeus GitHub Portfolio

Static GitHub Pages portfolio for `shazeus`.

The site fetches profile and repository data from the public GitHub API at runtime. No build step, backend, or package install is required.

## Files

```txt
index.html
styles.css
script.js
```

## Local Preview

```bash
python3 -m http.server 4173
```

Open:

```txt
http://127.0.0.1:4173
```

The page loads the live GitHub profile and repository list directly in the browser, so local preview should show the same portfolio data as the deployed site.

## Deploy

Push to `main`. GitHub Pages serves the site from the repository root.