A simple web application that helps you discover new books and get personalized recommendations. It allows users to search for books by title, view details about each book, and explore book recommendations based on their search.
- Search Books: Search for books by title.
- Book Details: View detailed information about each book, including the author, category, publication year, rating, and more.
- Recommendations: Get personalized book recommendations based on the current search.
- Responsive Design: Optimized for mobile and desktop devices.
You can view the live demo of the Book Finder app here:
Book Finder Demo
- HTML: For structuring the web pages.
- CSS: For styling the layout and responsiveness.
- JavaScript: For the functionality, including searching and filtering books.
- API: Fetching data from a local
data.jsonfile (which you can replace with a real API).
-
Clone the repository:
git clone https://github.com/your-username/book-finder.git