BookPal
- 2 Devlogs
- 3 Total hours
A webapp that allows users to search for books by book title, author, genre, etc. ReactJS has been used for front-end rendering. The project utilizes the free API provided "Open Library".
A webapp that allows users to search for books by book title, author, genre, etc. ReactJS has been used for front-end rendering. The project utilizes the free API provided "Open Library".
A decent working version of BookPal has been completed. This version features searching the API on the basis of book title, author’s name and genre.
The coverpage for each book has been loaded through another API provided by Open Library, namely the Cover API. Each card is loaded as a ReactJS component in the virtual DOM.
BookPal offers intuitive GUI and fairly fast loading time for the free API.
Started “BookPal”, a simple ReactJS-based webpage that allows the user to search for books by book title, author, name, etc. Currently working on configuring the api request call