Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 674 Bytes

File metadata and controls

25 lines (16 loc) · 674 Bytes

📚 Book Finder App

A simple and elegant React app that allows users to search for books using the Google Books API. Users can view book details, authors, publication dates, and more.


🚀 Features

  • 🔍 Search books by keyword or title
  • 📘 View book cover, title, author(s), and publication date
  • 📖 Click on any book to view full description and details
  • ⚡ Fast and responsive UI
  • 🔄 React Router integration for dynamic pages
  • 🧠 Built with functional components and React Hooks

🖥️ Tech Stack

  • React (Functional Components + Hooks)
  • Axios (for API requests)
  • React Router DOM (for navigation)
  • CSS (custom styling)