https://yunusemrebeyaz.github.io/BookSearchAPI/
In this project I'm using https://www.googleapis.com/books/v1 to fetch book info data.
I will create a single page app for users can search a book by name and will get info about book's author, image and description.
root
public
style.css
src
main.js
page.js
view.js
index.html
- searching with a book name and user can get the information about book.
- Create a input area where the user can write a book name.
- Create a button, when user clicks on it app will fetch the data and show user author, description and book's image
- Add favicon.
- When user searched a book by name, bring the author's all books. (max 10 books).
- Add a link for detailed information
- When user clicks on book image get the image to center with bigger size.