Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 687 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 687 Bytes

BOOK-Pedia: Your Gateway to Endless Knowledge

Samples BOOK SEARCH

Screenshot 2024-06-15 at 12 48 28 PM

This is a React application that allows users to search for books and add them to a personal bookshelf.

Features

  • Search for books
  • View book details
  • Add books to a personal bookshelf
  • View books in the personal bookshelf

Setup Instructions

  1. Clone the repository:
git clone https://github.com/yourusername/booksearch.git
cd booksearch

Install the dependencies
npm install

Start the development server
npm start