Skip to content

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

Notifications You must be signed in to change notification settings

Divya-Konala/BookSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published