A simple library book management system hosted on GitHub Pages with GitHub Actions.
- Check out / check in books
- Search by Title, Author, or User
- Data stored in
library.jsonandlibrary.csv - GitHub Actions automatically update data when users submit
- Fork/clone this repo.
- Replace
USERNAME/REPOinfrontend/script.jswith your repo details. - Add a GitHub token with
reposcope. - Enable GitHub Pages (serve
/frontend). - Commit and push — you’re live!
name: 📚 Library Update about: Submit a request to check out or check in a book title: "Library Update Request" labels: library assignees: ''
Please fill out the JSON below with the correct values.
barcode, user, action).
{
"barcode": "2010000000007",
"user": "John Doe",
"action": "checkout"
}