KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#claude-code
#codex
#cli
#developer-tools
#react
#windows
Library-management-system-
★ 52
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
canton-dev-fund
:
Canton Development Fund proposals, reviews, and administration
mole-extension
:
Mole - AI-powered browser assistant with workflow automation
TeloPon
:
AIが配信者の声を聞いてリアルタイムにテロップ表示・配信支援を行うOBSアシスタント
special-k-max-studio
:
Special K Max Studio
reh-chippo
:
Max Patchers and Source Code for the Chippo Project
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Library-management-system-
?
Download (.md)
# PinShelf — Library Management System (Pinterest-style UI) A lightweight front-end repo for a **Library Management System** designed with a **Pinterest-inspired masonry layout**. ## Features - Pinterest-like card grid for books. - Category filter chips (Fiction, Science, History, Technology, Self-help). - Live search by title, author, or genre. - Availability status badges and quick book metadata. - Responsive layout for desktop and mobile. ## Run locally Because this project is static HTML/CSS/JS, you can open it directly or serve it: ```bash python3 -m http.server 4173 ``` Then visit: - `http://localhost:4173` ## Stack - HTML - CSS (masonry columns) - Vanilla JavaScript