We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a4359f commit 6166a1aCopy full SHA for 6166a1a
2 files changed
data/README.md
@@ -0,0 +1,16 @@
1
+# 📚 Library Management System
2
+
3
+A simple library book management system hosted on GitHub Pages with GitHub Actions.
4
5
+## Features
6
+- Check out / check in books
7
+- Search by Title, Author, or User
8
+- Data stored in `library.json` and `library.csv`
9
+- GitHub Actions automatically update data when users submit
10
11
+## Setup
12
+1. Fork/clone this repo.
13
+2. Replace `USERNAME/REPO` in `frontend/script.js` with your repo details.
14
+3. Add a GitHub token with `repo` scope.
15
+4. Enable GitHub Pages (serve `/frontend`).
16
+5. Commit and push — you’re live!
frontend/library.css frontend/style.cssfrontend/library.css renamed to frontend/style.css
0 commit comments