Closed amitroy-thedev closed 1 month ago
Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊
Hey @Trisha-tech before any other conflict please merge this
Description
Implemented Google Books API on search bar
This PR does the following:
- Adds ...
- Fixes [Feature Request]: Implementation of Google Books API on search bar #528 ...
- Updates ...
Related Issues
Link any related issues using the format
Fixes #issue_number
. This helps to automatically close related issues when the PR is merged.
- Placeholder: "Fixes [Feature Request]: Implementation of Google Books API on search bar #528 "
Changes
List the detailed changes made in this PR.
- Added a new feature to ...
- Refactored the ...
- Fixed a bug in ...
Testing Instructions
Detailed instructions on how to test the changes. Include any setup needed and specific test cases.
- Pull this branch.
- Run
npm install
to install dependencies.- Run
npm test
to execute the test suite.- Verify that ...
Screenshots (if applicable)
Additional Context
Any additional context or information that reviewers should be aware of.
- This PR is based on the following...
Checklist
Make sure to check off all the items before submitting. Mark with [x] if done.
- [x] I have performed a self-review of my code
- [x] I have commented my code, particularly in hard-to-understand areas
- [x] My changes generate no new warnings
- [x] I am working on this issue under GSSOC
I've removed navbar searchbar as searching and listing books in navbar is not good ux
Your Google Books API is not working. Kindly look into it. @amitroy-thedev
Description
Implemented Google Books API on search bar
Related Issues
Link any related issues using the format
Fixes #issue_number
. This helps to automatically close related issues when the PR is merged.Changes
List the detailed changes made in this PR.
Testing Instructions
Detailed instructions on how to test the changes. Include any setup needed and specific test cases.
npm install
to install dependencies.npm test
to execute the test suite.Screenshots (if applicable)
Additional Context
Any additional context or information that reviewers should be aware of.
Checklist
Make sure to check off all the items before submitting. Mark with [x] if done.
I've removed navbar searchbar as searching and listing books in navbar is not good ux