This React app uses the Open Library API to search for books and display the results.
https://resilient-starship-0b4e05.netlify.app
- Search for books by title, author, or keywords
- View detailed information about each book, including the cover image and a brief description
- Load more results with pagination
- Clone the repository:
git clone https://github.com/nestoririondo/bookworm.git
- Install the dependencies
cd bookworm
npm install
- Start the development server:
npm run dev
Enter a search term in the search bar and press Enter to search for books. Click on a book to view more information about it. Click the "Load more" button to load more results.