Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 750 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 750 Bytes

BookWorm

This React app uses the Open Library API to search for books and display the results.

Deployed

https://resilient-starship-0b4e05.netlify.app

Features

  • 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

Installation

  1. Clone the repository:

git clone https://github.com/nestoririondo/bookworm.git

  1. Install the dependencies

cd bookworm

npm install

  1. Start the development server:

npm run dev

Usage

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.