Welcome to BookWanderer! This React app allows users to search for books using the Open Library API, view book descriptions, and save their favorite books to local storage.
Check out the live demo of BookWanderer here.
- Search for books using the Open Library API π
- View detailed book descriptions by clicking on them π
- Save favorite books to local storage for easy access β€οΈ
To run BookWanderer on your computer, follow these steps:
-
Clone this repository:
git clone <https://github.com/shashanksc/BookShelf>
-
Navigate to the project directory:
cd book-wanderer -
Install dependencies:
npm install
or
yarn install
-
Start the development server:
npm start
or
yarn start
-
Open your browser and go to http://localhost:3000 to view BookWanderer.
- React.js
- Open Library API
- Local storage
Contributions to BookWanderer are welcome! Feel free to open an issue or submit a pull request to suggest new features, report bugs, or make improvements.
Happy reading! πβ¨