Skip to content

Repo for BookFinderApp made with HTML, CSS and Vanilla JS

Notifications You must be signed in to change notification settings

Alexander15M/BookFinderApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book Finder App

Application that will allow users to search for books by entering a query (Title, Author, etc). Displays the resulting books in a list on the page with all the corresponding data. Uses the Google Books API for retrieving the information.

User Stories

  • User can enter a search query into an input field
  • User can submit the query. This will call an API that will return an array of books with the corresponding data (Title, Author, Published Date, Picture, etc)
  • User can see the list of books appearing on the page
  • For each item in the list add a link that will send the User to an external site which has more information about the book
  • Responsive Design
  • Loading animations

Links

Acknowledgement

About

Repo for BookFinderApp made with HTML, CSS and Vanilla JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published