This is a web application to keep track of books you have read, including titles, authors, reading dates, ratings, and personal notes.
- Add books with title, author, rating, and personal notes.
- Search books by title.
- Edit or delete book entries.
- Fetch book cover images automatically from OpenLibrary API.
- Backend: Node.js, Express.js
- Database: PostgreSQL
- Frontend: EJS (Embedded JavaScript Templates), CSS
- API Integration: OpenLibrary API for fetching book cover images
The application integrates with the OpenLibrary API to fetch book cover images based on the book title and author.
This project is licensed under the MIT License.