A simple web application that fetches data from the OpenLibrary API and displays book information as styled cards.
This project specifically fetches Harry Potter books, but it can be modified to search for any book.
- Fetches data from OpenLibrary API
- Displays book title, author(s), and first publish year
- Styled card layout with hover effect
- Error handling for failed API requests
- HTML5
- CSS3
- JavaScript (Fetch API)