/BookSearch

A responsive book search application to search all the books using google API. It also saves the list of all previous searches.

Primary LanguageCSS

Book Search

Requirements:

  1. Created a search form with an input field where the user can enter a book title or author name.
  2. can retrieve the book data for the search query entered by the user from a book API. Used the Google Books API (example link: https://www.googleapis.com/books/v1/volumes?q=percy+jackson) to fetch data for the books.
  3. Displays the book data on the page, including the book title, author name, cover image, and other relevant information.
  4. Stores the user's search query in localStorage so that their search history is displayed the next time they visit the page. Shows their search history in another page
  5. Allows the user to view their search history and click on previous search queries to view the book data again.
  6. Allows the user to clear their search history.