DEV Community

Cover image for I created an easy way to browse & find Google books (today is my birthday 🎈)
Liyas Thomas
Liyas Thomas

Posted on • Edited on

I created an easy way to browse & find Google books (today is my birthday 🎈)

Books πŸ“š

Find books from Google Play Books

Feel free to contribute on GitHub

I was casually surfing online and saw an article about Google Books API. I read the docs, and decided to create a minimal, lightweight and beautiful web app to browse & find books using Google Books API.

That's why I created Books πŸ“š.

UI

Books is an open-source project which make use of Google Books API.

Some of its features are:

  • Search book by title, author, category, genre etc.

  • Minimal and elegant UI.

  • PWA support.

  • Dark mode. Can't live without it!

Library

Bonus: πŸŒ— I also added dark mode so that your eyes won't hurt during night!

Demo πŸš€

Feel free to contribute on GitHub


If you want a heads up on my next projects, or just want to chat about the web, life and happiness make sure to follow me @liyasthomas on Twitter πŸ’™. If any of my projects helped you please consider making a donation.

yep

Latest comments (51)

Collapse
 
charliegabriella profile image
Charlot

This is so cool!

Collapse
 
liyasthomas profile image
Liyas Thomas

Thank you ❀️
You can find the source code of the project in my GitHub. May that help/inspire you.

Collapse
 
thisisguevara profile image
Luis Rey

Hi, you did a great job! Happy birthday btw (I know, your birthday is not today).
Are you using the free endpoint without any API key? Or are you using an API key with the 1000 free request per day?

Collapse
 
liyasthomas profile image
Liyas Thomas • Edited

Glad you liked it!
I use free endpoint without API key

You might want to checkout my other posts or my latest project postwoman.io github.com/liyasthomas/postwoman

Collapse
 
thefern profile image
Fernando B πŸš€

Wow another great project! Happy Belated birthday!

Collapse
 
liyasthomas profile image
Liyas Thomas

Hi there my friend ✨
Glad you liked this. You should definitely check out my new tutorial on How to create your own custom URL shortener in 10 minutes for free & deploy to GitHub πŸš€

Collapse
 
liyasthomas profile image
Liyas Thomas

Glad you liked it. Check out my other projects on GitHub ✨

Collapse
 
myfrom profile image
Wiktor Olejniczak

Wow, The UI is really awesome! Everything feels so smooth and well-animated πŸ‘ I took a look at your other projects, and wow, they're really inspiring 🀩

The only thing that slightly falls behind here is the shadow animation, a bit laggy πŸ™

Oh, and happy birthday!

Collapse
 
liyasthomas profile image
Liyas Thomas

Thanks for the appreciation ✨
I'll fix all issues you've faced in next commit.

Collapse
 
dmahely profile image
Doaa Mahely

It's so pretty I love it πŸ₯°
Happy birthday!

Collapse
 
liyasthomas profile image
Liyas Thomas

Thank you. God bless you πŸ’«

Collapse
 
pavanbawdane profile image
Pavan Bawdane

That's an awesome design Liyas. I looked at your Github projects. They are phenomenal.

Collapse
 
liyasthomas profile image
Liyas Thomas

Your words are inspiring. I promise I'll do more projects and write about it here more frequently πŸ’«

Collapse
 
ahmedmusallam profile image
Ahmed Musallam

That's Awesome!

I got lost here as well: liyasthomas.github.io
Really cool work!

Could not help but notice a lot of UI similarities in your projects, do you use a certain UI library? or just re-use your own styles?

Collapse
 
liyasthomas profile image
Liyas Thomas

I currently don't use any 3rd party libraries. Just pure JavaScript, HTML & CSS. Of course I reuse most of my components, especially light/dark mode toggle, font stylings etc.

Collapse
 
ahmedmusallam profile image
Ahmed Musallam

I was looking at github.com/liyasthomas/books/blob/...

A lot of awesome things in there. and only 8KB unzipped or minified!

While inspecting the source I saw that

.category {
      height: 25vh;
}

Curious why you picked vh vs other units in this case?

I know users wont do this, but when shrinking the view-port height the title inside .category pops out :)

Thread Thread
 
liyasthomas profile image
Liyas Thomas

Nice you noticed that. What you explained is a bug/issue for sure.

But, sometimes some bugs are beautiful. At some use cases most of my apps would fail. But I don't mind that. Nothing is perfect. I'll certainly look into it and make it more better. Will add more bugs to fix later πŸ€ͺ

Thread Thread
 
ahmedmusallam profile image
Ahmed Musallam

hahaha. I was more curious about the vh and the use-case for using it than to report a bug that almost no one will notice.. lol 😁

Thread Thread
 
liyasthomas profile image
Liyas Thomas • Edited

As vh and vw changes with viewports, I like the ratio or say the proportion of UI more than giving a fixed unit. That's why I did that.

Thread Thread
 
ahmedmusallam profile image
Ahmed Musallam

I see, makes sense. thanks and keep on rockin' !

Collapse
 
shano profile image
Shane Dowling

Wow, looks great, you could turn this into a lightweight Goodreads alternative! Happy birthday!

Collapse
 
liyasthomas profile image
Liyas Thomas

I would love to see what future brings. Watch project on GitHub for updates.

Collapse
 
shano profile image
Shane Dowling

Done! :)

Collapse
 
lauragift21 profile image
Gift Egwuenu

Happy Birthday πŸŽ‰ Love the design!

Collapse
 
liyasthomas profile image
Liyas Thomas

Glad you liked it. Follow on GitHub for more updates and future projects.