A book reviewing web application that allows a user to browse / search for books, find reviews, add ratings & reviews, wishlist their favorite books, etc.
- Read random quotes about books by famous people on the homepage.
- Create a free account and log in using the credentials provided.
- Search any book from the books collection (5000 books at present).
- View basic book info like Authors, ISBN, Date of Publication, Genre, Cover Image, Book description, Ratings, Reviews.
- Add a book to your reading wishlist (the wishlist is shown under the user's profile)
- Review a book and read reviews written by other users of the community.
- Browse books by genre.
- Manage all your reviews (edit/delete) from your profile.
- Select which books to display under reading wishlist on your profile.
- Make an API request to our server using /api/<your-isbn> route to get the book details in JSON form for your use. (Example: https://peek-aa-book.herokuapp.com/api/0525478817)
The website is responsive and will function well on all devices such as mobiles, PC, tablets.