https://booksearcher-lisab.netlify.app/
The Book Searcher Website is a web application that allows users to search for books by category or title. It retrieves data from the Open Library API and displays a list of books along with their authors and cover images. Users can click on a book cover to view more details, including a description of the book.
- Search for books by title or category.
- Display a list of books with titles, authors, and cover images.
- Randomly limit the displayed results to 15 books.
- View detailed descriptions of each book.
- HTML
- CSS
- JavaScript
- Webpack
- Lodash
- Axios
- Open Library API (for book data)