Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.29 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.29 KB

Google Books Finder

Google Books Finder is a simple React application that allows users to search for books using the Google Books API. Users can search for books by title, author, or ISBN, and view detailed information about each book.

Features

  • Search for Books: Search for books by title, author, or ISBN.
  • View Book Details: Click on a book to view detailed information including title, author, publisher, published date, and a brief description.
  • Responsive Design: The application is fully responsive and works on all devices.

Usage

Enter a book title, author, or ISBN into the search bar. Browse through the list of results. Click on a book to see more details about it.

Technologies Used

React: Frontend library used to build the user interface. Axios: Promise-based HTTP client for making API requests. Google Books API: Provides the data for the books. React Router: Handles navigation within the application. dotenv: For managing environment variables.

Contributing Contributions are welcome! If you'd like to contribute, please follow these steps:

Fork the repository. Create a new branch (git checkout -b feature-branch). Make your changes. Commit your changes (git commit -m 'Add some feature'). Push to the branch (git push origin feature-branch). Open a pull request.