A two-page tutorial-style bookstore site kept in your main GitHub repo and cleaned up to remove the duplicate local copy.
DAN_DEBUGGER_PROJECT_REVIEW.md(build log, architecture, decisions, reusable patterns)
DEPLOYMENT.md(GitHub Pages + other static hosts)
- Double-click
index.htmlorBooks.html, or - Run this from the project folder:
open "index.html"- Sticky navbar + hero section
- Dedicated home page and books page
- Responsive mobile menu
- Books grid with price and rating sorting
- Shared styling in
styles.css - Shared menu behavior in
index.js - Books page rendering in
books.js
Edit the BOOKS array in books.js.