This project is a React application built with Vite, providing an interface to search for authors and books using the Open Library Search API.
- Search for authors by name
- Search for books
- Display detailed information about authors, including their bio, birth date, Wikipedia link, and official site (if available)
- Display detailed information about books, including author name, wants to read count, already red count, currently reading count (if available)
- Utilizes Material-UI for components and styling
- Responsive design with dark mode support
- Efficiently manages large data sets by storing search results in IndexedDB and retrieving them as needed
- React
- Vite
- Material-UI
- Open Library Search API
- IndexedDB
To get started with the project, follow these steps:
-
Clone the repository:
git clone https://github.com/MetinVn/Open-Library-Search-API.git cd Open-Library-Search-API