Skip to content

WNurselam/Book-Search-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Search Book App

Book search application using google api and view information about the book.

See Live Here

Application Features

✔️ Bringing results suitable for the expression to be entered into the input and listing them on the screen.

✔️ Show search results only when the relevant form is submitted.

✔️ Finding cover photos of books based on search results.

✔️ When you click on the Arrow icon button in the book list, detailed information about the book is given.

Technologies

  • React
  • React Router
  • Context Api
  • React Query
  • Axios
  • Chakra UI
  • Chakra Icons

Screenshots

ssOne

ssTwo

Api

Go to api redirect

Install the dependencies

  npm install 

Run React dev server

  npm run dev