A React app for tracking books with AI-powered recommendations.
https://sanipervez.github.io/BookLog/
- Log books with ratings, status, and notes
- AI recommendations based on your books
- Automatic book cover fetching
- Search and sort functionality
- Responsive design
- Clone the repo
- Run
npm install - Create
.envfile with your Google Books API key:VITE_GOOGLE_API_KEY=your_api_key_here - Run
npm run dev
- Go to Google Cloud Console
- Enable Books API
- Create API key
- Add to
.envfile
- Add books using the form
- Click AI button for recommendations
- Use search/sort to organize your library
- Rate books and track reading progress
- React + Vite
- Google Books API
- Bootstrap
- Local Storage