Skip to content

Latest commit

 

History

History

book-finder-app

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Book Finder App

Book Finder App

Live

Description

An application that will allow users to search for books by entering a query (Title, Author, etc), and displays the resulting books in a list on the page with all the corresponding data.

Technologies

  • Next.js
  • Redux
  • Styled Components
  • React Testing Library
  • OpenLibrary.org Web API
  • Fakeimage.pl for image placeholders

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

Bonus features

  • 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
  • Implement a Responsive Design
  • Add loading animations

Useful links and resources

Book/library APIs