A simple and modern web app that allows users to search for books using the Open Library API.
You can search by book title or author, view details, and add books to your favorites list.
- 🔍 Search for books by title or author
- 🖼️ Displays book covers, titles, authors, and publication years
- 💾 Save your favorite books locally (using LocalStorage)
- 🏠 Click Book Finder in the header to return to the home screen
- 🎨 Clean dark theme and responsive design
- HTML5
- CSS3 (Flexbox & Grid)
- Vanilla JavaScript (Modules)
- Open Library API for book data
- Type a book title or author in the search bar
- Press Search to fetch results from the Open Library API
- Click Add to favorite to save books locally
- You can view your saved favorites in the “Favorites” section
You can try the project live here:
👉 [Book Finder Live Demo] (https://hadidreem17.github.io/Book-Finder/)