This is a React web application for searching and bookmarking books using the Google Books API. Users can search for books by entering keywords in the search bar, view the search results, and bookmark their favorite books.
- Search for books using keywords
- View book search results with book covers, titles, and authors
- Bookmark books to save them for later
- Load more search results dynamically
- Responsive design for various screen sizes
To run this project locally, follow these steps:
- Clone the repository:
git clone [repository URL]
- Navigate to the project directory:
cd [project folder]
- Install dependencies:
npm install
- Start the development server:
npm start
- Enter keywords in the search bar to search for books.
- Scroll through the search results to view book details.
- Click on the bookmark icon to save a book for later.
- Use the "Load More" button to fetch additional search results.
- React
- PropTypes
- Google Books API
Contributions are welcome! Please fork the repository, make your changes, and submit a pull request.
[Replace this with your license information]
This project was created by [Your Name]. Special thanks to the developers of the React library and the Google Books API.
For questions or feedback, please contact [Your Email Address].