BookHub is an Online Book Store website designed for engineering students to browse and access textbooks for different branches.
It is created using HTML only, with a simple frames-based layout for easy navigation.
-
Frames-based Layout
- Top Frame (
top.html): Header section for the website title or navigation links - Left Frame (
left.html): Menu navigation for different pages - Right Frame (
home.htmland other pages): Main content area for each page
- Top Frame (
-
Department Pages
- CSE (
cse.html) - EEE (
eee.html) - ECE (
ece.html) - Civil (
civil.html)
- CSE (
-
Catalogue Page (
catalogue.html) -
Shopping Cart Page (
cart.html) -
Login (
login.html) and Registration (registration.html) Pages -
Fully navigable offline and online
-
Easy to deploy using GitHub Pages
- index.html — Main homepage (entry point)
- top.html — Top frame section
- left.html — Left navigation panel
- home.html — Default right frame content
- login.html — Login page
- registration.html — Registration page
- catalogue.html — Book catalogue page
- cart.html — Cart page
- cse.html — CSE books section
- eee.html — EEE books section
- ece.html — ECE books section
- civil.html — Civil books section
- README.md — Project documentation
- This website uses basic HTML only (no CSS or JavaScript).
- Framesets are used for layout, which works for simple multi-page websites.
- Keep all files in the root to avoid broken links.
- Add CSS for styling
- Add JS for dynamic features
- Build a responsive UI
- Include search and filtering
Created by: Suniti
GitHub: https://github.com/suniti1809
Email: suniti2864@gmail.com