You are browsing as a guest. Sign up (or log in) to start making projects!

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".

Ship #1

Hey everyone! Just wanted to share a project I just finished and launched: Book Pal 📚

It’s a frontend-only React app that lets you search the Open Library database. I wanted to build something clean, fast, and get my hands dirty using an API. It’s hosted on Netlify.

One of the challenging bits was dealing with the API response payload. It took some effort to understand the layout of the data and to make sure missing covers didn't break the layout.

Drop a comment and let me know what you think, or if you find any cool bugs!

🌏 Live Demo: https://bookpalstardance.netlify.app/
💻 Code: https://github.com/Binamra-rs/book_pal

  • 2 devlogs
  • 3h
Try project → See source code →
Open comments for this post

2h 8m 23s logged

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.

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.

Replying to @binamra-rs

0
10
Open comments for this post

24m 4s logged

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

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

Replying to @binamra-rs

0
23

Followers

Loading…