{"id":28796270,"url":"https://github.com/bocaletto-luca/openlibrary-explorer","last_synced_at":"2026-05-07T17:39:58.870Z","repository":{"id":295721646,"uuid":"991029566","full_name":"bocaletto-luca/OpenLibrary-Explorer","owner":"bocaletto-luca","description":"OpenLibrary Database - Book Explorer is an interactive web application that allows you to dive into the world of literature using data from the [Open Library API](https://openlibrary.org/developers/api). This project dynamically fetches book data and presents it in a modern, responsive design developed with HTML, CSS, JavaScript, and Bootstrap 5.","archived":false,"fork":false,"pushed_at":"2025-05-28T09:36:10.000Z","size":36,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-18T03:11:50.466Z","etag":null,"topics":["api","book","books","books-api","css3","database","freeapi","html5","javascript","library","multidevice","openlibrary","openlibrary-api","responsive","webapp"],"latest_commit_sha":null,"homepage":"https://bocaletto-luca.github.io/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bocaletto-luca.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-27T02:53:25.000Z","updated_at":"2025-06-13T18:36:52.000Z","dependencies_parsed_at":"2025-05-28T10:35:44.385Z","dependency_job_id":null,"html_url":"https://github.com/bocaletto-luca/OpenLibrary-Explorer","commit_stats":null,"previous_names":["bocaletto-luca/openlibrary-search","bocaletto-luca/openlibrary-database","bocaletto-luca/openlibrary-explorer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bocaletto-luca/OpenLibrary-Explorer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bocaletto-luca%2FOpenLibrary-Explorer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bocaletto-luca%2FOpenLibrary-Explorer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bocaletto-luca%2FOpenLibrary-Explorer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bocaletto-luca%2FOpenLibrary-Explorer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bocaletto-luca","download_url":"https://codeload.github.com/bocaletto-luca/OpenLibrary-Explorer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bocaletto-luca%2FOpenLibrary-Explorer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260477959,"owners_count":23015071,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","book","books","books-api","css3","database","freeapi","html5","javascript","library","multidevice","openlibrary","openlibrary-api","responsive","webapp"],"created_at":"2025-06-18T03:11:50.071Z","updated_at":"2026-05-07T17:39:58.865Z","avatar_url":"https://github.com/bocaletto-luca.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenLibrary Database | Book Explorer | WEBAPP\n#### Author: Bocaletto Luca\n\n[![HTML5](https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge\u0026logo=html5\u0026logoColor=white)](https://developer.mozilla.org/en-US/docs/Web/HTML)  \n[![CSS3](https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge\u0026logo=css3\u0026logoColor=white)](https://developer.mozilla.org/en-US/docs/Web/CSS)  \n[![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?style=for-the-badge\u0026logo=javascript\u0026logoColor=black)](https://developer.mozilla.org/en-US/docs/Web/JavaScript)  \n[![Bootstrap](https://img.shields.io/badge/Bootstrap-7952B3?style=for-the-badge\u0026logo=bootstrap\u0026logoColor=white)](https://getbootstrap.com/)\n\nOpenLibrary Database - Book Explorer is an interactive web application that allows you to dive into the world of literature using data from the [Open Library API](https://openlibrary.org/developers/api). This project dynamically fetches book data and presents it in a modern, responsive design developed with HTML, CSS, JavaScript, and Bootstrap 5.\n\n## Features\n\n- **Responsive Design:** Enjoy a seamless experience on any device, whether on desktop, tablet, or mobile.\n- **Open Library Integration:** Explore a vast collection of books using the free and open Open Library API.\n- **Book Filtering \u0026 Search:** Easily filter and search for books by title, author, or subject.\n- **Pagination:** Navigate efficiently through numerous results with an intuitive pagination system.\n- **Dynamic Modal:** Click on any book card to open a modal that displays detailed information such as:\n  - Title\n  - Author(s)\n  - Publication Year\n  - Subjects\n  - Cover Image (when available)\n  - Additional relevant details\n\n## Technologies Used\n\n- **HTML5**\n- **CSS3**\n- **JavaScript**\n- **Bootstrap 5**\n\n## Getting Started\n\n### Prerequisites\n\nThis web application runs in any modern website browser without requiring additional dependencies. For development purposes, a code editor with live preview functionality (e.g., Visual Studio Code with the Live Server extension) is highly recommended.\n\n### Installation\n\n1. **Clone the repository**\ngit clone https://github.com/bocaletto-luca/OpenLibrary-Database.git cd book-explorer\n\n2. **Launch the Application**\n\n- Open the `index.html` file in your preferred web browser.\n- Alternatively, run a live-reload server via your code editor to preview changes in real time.\n\n## How It Works\n\n- **Data Fetching:** The application uses JavaScript's Fetch API to retrieve book data from the [Open Library API](https://openlibrary.org/developers/api). It processes the JSON data to dynamically generate book cards.\n- **Filtering \u0026 Search:** Users can input keywords or filter by specific criteria to quickly find books of interest. The results update dynamically based on the filter applied.\n- **Pagination:** To handle large datasets, the app implements a pagination system that divides the results into manageable pages.\n- **Dynamic Modal Display:** Clicking on a book card opens a modal window that presents further details about the selected book, including its cover, author(s), publication date, and more.\n\n\n## Contributing\n\nContributions are welcome! If you'd like to enhance the project or add new features, please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch for your feature or fix:\n\n#### Enjoy WEBAPP - By Bocaletto Luca\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbocaletto-luca%2Fopenlibrary-explorer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbocaletto-luca%2Fopenlibrary-explorer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbocaletto-luca%2Fopenlibrary-explorer/lists"}