You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
848 B
20 lines
848 B
## Book Finder App
|
|
|
|
Create an application that will allow users to search for books by entering a query (Title, Author, etc). Display the resulting books in a list on the page with all the corresponding data.
|
|
|
|
## User Stories
|
|
|
|
- [ ] User can enter a search query into an `input` field
|
|
- [ ] When the User submits the query, call an API which will return an array of books with the corresponding data (**Title**, **Author**, **Published Date**, **Picture**, etc)
|
|
- [ ] Display the list of books 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
|
|
- [ ] second bonus feature
|
|
- [ ] Implement a Responsive Design
|
|
|
|
## Useful links and resources
|
|
|
|
You can use the [Google Books API](https://developers.google.com/books/docs/overview)
|