LibrarySearch is a full-stack web application that allows users to search for books and save their favorites. Users can view their saved books, remove books from their collection, and search for new books to add to their library.
To install and run the LibrarySearch application locally, follow these steps:
-
Clone the repository:
git clone https://github.com/yourusername/LibrarySearch.git -
Navigate to the project directory:
cd LibrarySearch -
Install the dependencies:
npm install -
Start the server:
npm start
Open the page and search for your books!