host link : https://remarkable-gaufre-570a7c.netlify.app/
https://github.com/PradhipJ/vpt-2022-dec-legion.git
cd vpt
npm install
npm run dev
This website uses the OpenLibrary API to retrieve the user's requested book information. From user inquiries comprising author names, book titles, and other information, we can find the necessary book information. Technologies like React.js and Node.js are utilised in the completion of this project. For search operations, we created our own search algorithms.
Additional features:
1)Recommends books based on author of selected book
2) We can also query using voice search.
- Used to optimize search results
- It uses the search api and filters the search results by author name and book title
- It fetches the book details by querying the book's key in works API
- It gets the top three books published by the current book's author