Brymmobaggins / Book-finder

An application called "BOOK FINDER" that will allow users to search for books by entering a query (Title, Author, etc)

Home Page:https://boook-finder.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Book finder Application

Preview

Screenshot

Built with

  • HTML
  • CSS
  • Vanilla JavaScript

Key Concept

  • function
  • API request
  • fetch method for API
  • DOM manipulation
  • if else logic
  • tenary operator
  • loop methods ( for loop)

What you should see

You would see an input field and button. You are to enter the title, the book or the author before clicking the button. After entering your search query, a spinner would diplay for 1 second on the webpage before list of books would appear on the webpage.

Lines of code

This took me 85 lines of codes

About

An application called "BOOK FINDER" that will allow users to search for books by entering a query (Title, Author, etc)

https://boook-finder.netlify.app/


Languages

Language:JavaScript 44.3%Language:CSS 41.0%Language:HTML 14.7%