Book Library is a simple web app that lets users search for books and view details using the Open Library API.
It’s part of my Frontend Development Capstone Project, built to practice working with APIs, React components, and responsive design.
- Search for books by title or author
- View book cover, title, author, and publisher
- See detailed information about a selected book
- Responsive design (works on desktop and mobile)
- React (Vite) – for building the user interface
- Tailwind CSS – for styling and responsiveness
- Open Library API – for fetching book data
-
Clone this repository
git clone https://github.com/michael-nyawade/book-library.git
-
Navigate to the project folder
cd bookfinder -
Install dependencies
npm install
-
Run the project
npm run dev
Data is fetched from the Open Library API.