A lightweight, responsive web interface for browsing and interacting with book content, built with HTML, CSS, and vanilla JavaScript. Designed for easy deployment and extension, showcasing responsive layout design, client-side interactivity, and static hosting readiness.
Check out the live demo: https://yoochan45.github.io/YooBook/
- Responsive layout for desktop and mobile
- Clean and minimal UI built with HTML/CSS
- Client-side interactivity using vanilla JavaScript
- Deployable on any static host (GitHub Pages ready)
- HTML5 – markup and semantic structure
- CSS3 – layout and styling (Flexbox, Grid)
- JavaScript – DOM interactions and client logic
yoo-book/
├── assets/ # images, fonts, icons, audio, etc.
├── css/ # CSS stylesheets (e.g., style.css)
├── js/ # JavaScript files (e.g., main.js)
├── index.html # Main entry page
└── README.md # Project documentation
- Clone the repository:
git clone https://github.com/Yoochan45/YooBook.git
- Open the project folder:
cd YooBook - Open index.html in your browser:
- Double-click index.html, or
- Serve with a simple server:
- Python 3: python -m http.server 8000
- Node: npx http-server . -p 8000
- Visit: http://localhost:8000
Name: Aisiya Qutwatunnada
GitHub: @Yoochan45