This project is a book search application that allows users to search for books using the Google Books API. The project is built using React.js, Vite, React-Query, Tailwind CSS, and Context API.
You can access the project here
To install and run this project on your local machine, follow these steps: Clone the repository or download the ZIP file.
1.Clone the repository or download the ZIP file.
git clone https://github.com/your-username/react-book-search.git
2.Navigate to the project directory.
cd react-book-search
3.Install dependencies.
npm install
4.Start the development server.
npm run dev
- Users can search for books by title, author, or keyword.
- Users can view book details, including the cover image, description, author, publisher, publication date, and sale link.
- Users can view the search history and revisit previous searches.
- Users can clear the search history.
- React.js
- Vite
- React-Query
- Tailwind CSS
- Context API
This project is created by Your Name. Special thanks to Google Books API for providing the book search API.-