- Created a search form with an input field where the user can enter a book title or author name.
- 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.
- Displays the book data on the page, including the book title, author name, cover image, and other relevant information.
- 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
- Allows the user to view their search history and click on previous search queries to view the book data again.
- Allows the user to clear their search history.
-
Notifications
You must be signed in to change notification settings - Fork 0
A responsive book search application to search all the books using google API. It also saves the list of all previous searches.
Divya-Konala/BookSearch
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published