This project is a simple, responsive Online Book Store website built using HTML and CSS, with a basic SQL-based login system to manage user authentication. It simulates a user-friendly book shopping interface for exploring and purchasing books online.
- Frontend: HTML5, CSS3
- Backend/Database: MySQL (for user login and authentication)
- (Note: This is a front-end focused project with a minimal backend integration.)
- 🏠 Home Page with navigation menu and featured books
- 📖 Book Catalog section displaying available books with pricing
- 🔍 Search Functionality (static or form-based)
- 🔐 Login System using SQL (XAMPP setup)
- 🧍♂️ User Registration and session simulation (if implemented)
- 📱 Fully responsive design using pure CSS