GitView is a web aplication I built (with help from claude) to bypass school/work restrictions and view and download github repos.
this has
- github repo downloading from raw.githubusercontent.com
- github api for loading users, stars, repos, etc
- a cool ui
clone it
git clone https://github.com/Palmtree890/gitview/.git
navigate to it
cd gitview
run it
python http.server 5000 # or python3
please give me a star if you like this application and fork it and submit a pull request if you have any improvements!