BookVerse is a frontend-focused online bookstore website designed to showcase books, authors, and reading genres. The main goal of this project is to demonstrate strong UI design, responsive layouts, and clean content presentation using HTML, CSS, Bootstrap, and minimal JavaScript.
This project is suitable for academic submission, portfolio display, and frontend practice.
- HTML5
- CSS3
- Bootstrap 5
- JavaScript (basic interactions only)
-
Home Page
- Hero section with background image
- Featured sections and highlights
-
Bookstore Page
- Book cards with images and details
- Genre-based layout
-
Authors Page
- Bootstrap carousel for authors
- Author images and descriptions
-
Featured Reads Page
- Editor’s picks and trending books
- Reader favourites section
-
About Page
- Information about the BookVerse concept
-
Login Page
- UI-only login form
- Alert message (no backend connected)
- Fully responsive design
- Clean and modern UI
- Bootstrap grid and components
- Custom CSS styling
- Minimal JavaScript usage
BookVerse/
│
├── index.html
├── bookstore.html
├── authors.html
├── featured-reads.html
├── about.html
├── login.html
├── crime.html
├── horror.html
├── mystery.html
├── romcom.html
├── classic.html
|
├── css/
│ └── style.css
│
├── images/
│ ├── books/
│ ├── authors/
│ └── backgrounds/
│
└── README.md
- Download or clone the repository
- Open
index.htmlin any modern web browser - Navigate through the pages using the menu
- Search functionality
- Backend integration
- Dynamic book data
- User authentication
This project was created as a frontend web development project for learning and portfolio purposes.
This project is for educational use only.