A website and spreadsheet set up to make lending tools to students easier.
The Google Spreadsheet that serves as the database is located here.
GitHub Pages
GitHub hosts this project (for free!) all web files on branches named gh-pages
at a url matching this pattern: username.github.io/reponame. This repo is just a website, so it only has one branch, gh-pages
. That's why when you fork it and make a commit, you too have a live and hosted website.
Changing the Name of Repo or URL
If you want to change the name of your fork of this (like, say, to 'cats'), then just go to the settings of your fork on GitHub and the first section allows you to change your fork's name. This also changes your url: username.github/cats.
If you want to do a custom domain, you can do that too! See the GitHub article on how.