Skip to content

Commit 6166a1a

Browse files
update css file
1 parent 3a4359f commit 6166a1a

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

data/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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!
File renamed without changes.

0 commit comments

Comments
 (0)