Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 569 Bytes

File metadata and controls

22 lines (20 loc) · 569 Bytes

GitView

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

Hosting localy

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!