This project was bootstrapped with Create React App.
This is a React application allowing users to search for books using the Open Library API and maintain a personal bookshelf in the browser using localStorage.
- Book Search Page: Allows users to search for books using the Open Library API. Displays search results in real-time as the user types.
- Personal Bookshelf Page: Enables users to add books from the search results to a "My Bookshelf" page. Stores the user's bookshelf persistently using localStorage.
- React: Developed using Create React App (CRA).
- Styling: Utilizes CSS for styling. The project uses a grid layout for displaying book cards.
- LocalStorage: Utilizes localStorage for persistently storing the user's bookshelf.
- API Integration: Fetches book data from the Open Library API.
- Clone this repository to your local machine.
- Navigate to the project directory in your terminal.
- Run
npm install
to install dependencies. - Run
npm start
to start the development server. - Open your browser and go to
http://localhost:3000
to view the application.
- Book Search: Type the name of the book you want to search for in the input field on the Book Search page. Results will be displayed in real-time.
- Add to Bookshelf: On the Book Search page, click the "Add to Bookshelf" button on a book card to add it to your personal bookshelf.
The project is deployed on github pages and can be accessed here.
This project was created by [kavya].
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify