A modern, fully responsive React + Tailwind CSS web app to search books from the OpenLibrary API.
(Paste your CodeSandbox production URL here after deploying)
Example:https://942p45-5173.csb.app/
- 🔍 Search by title, author, or keyword (debounced)
- 🧭 Grid / List view toggle
- 🌙 Dark / Light theme with persistence
- 📱 Mobile-first responsive design
- 📘 Book details modal with publish year, editions, ISBNs
- ⚡ Built with Vite for fast dev & production builds
- React (Vite)
- Tailwind CSS
- Framer Motion (modal animation)
- React Icons
- OpenLibrary REST API
# clone
git clone https://github.com/<your-username>/book-finder.git
cd book-finder
# install
npm install
# dev
npm run dev