Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library Management System (Frontend Prototype)

This repository now contains a pure HTML/CSS/JavaScript frontend for the library system. There is no backend required to browse the pages; you may serve them with any static web server (Apache, nginx, live-server, etc.) or simply open the files in your browser.

Structure

/public
  index.html
  books.html
  book-detail.html
  login.html
  register.html
  dashboard.html
  css/style.css
  js/app.js
  img/placeholder.png
README.md
  • The public directory holds all static assets.
  • css/style.css contains all styles (dark, retro look with minimal rounding and no shadows).
  • js/app.js contains interaction logic and stub data; homepage search bar submits to books.html?q=.

Usage

  1. Start any simple HTTP server pointing at the public folder:
    cd public
    npx live-server   # or python -m http.server
  2. Open your browser at the server address (e.g. http://127.0.0.1:8080).

Currently the JavaScript simulates data; replace the stubs with fetch/AJAX calls once a backend is available.

Happy hacking!

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages