A simple and responsive Book Finder app built with React. It allows users to search for books by title, author, or keyword and instantly view results fetched from the Google Books API.
Originally, this project was planned to include a Python backend, but it was later simplified to focus purely on the frontend β making it lightweight and efficient.
- π Search books by title, author, or keyword
- π View book details like cover, title, authors, and description
- β‘ Instant search results using the Google Books API
- π± Responsive design β works smoothly on desktop and mobile
- π‘ Clean and minimal UI built with React hooks and functional components
- React
- JavaScript (ES6+)
- CSS
- Google Books API
-
Clone this repository
git clone https://github.com/yourusername/Book-Finder.git
-
Navigate into the project folder
cd Book-Finder -
Install dependencies
npm install
-
Run the app
npm start
-
Open your browser and go to π http://localhost:3000