Skip to content

Instantly share code, notes, and snippets.

View Binder20's full-sized avatar

Onyiiee Okoye Binder20

View GitHub Profile
@Binder20
Binder20 / app.js
Last active May 12, 2025 03:49
Libercon Library Catalog Web App UI
// Book Listings from API
const books = [
{ title: "To Hold a Mockingbird",
author: "Harper Lee",
coverImage: "https://images.unsplash.com/photo-1589753419978-c16c9f27e7f8?q=80&w=1964&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D",
genre: "Fiction"
},
{
title: "The Great Gatsby",
author: "F. Scott Fitzgerald",