From 43c9c7f8c260c483facf69e37c9171db4e3c45b8 Mon Sep 17 00:00:00 2001 From: Florin Pop Date: Thu, 28 Feb 2019 22:13:22 +0200 Subject: [PATCH] updated the Book Finder App --- Projects/Book-Finder-App.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Projects/Book-Finder-App.md b/Projects/Book-Finder-App.md index 01216d10..d0e3dc5a 100644 --- a/Projects/Book-Finder-App.md +++ b/Projects/Book-Finder-App.md @@ -1,18 +1,18 @@ -## Book Finder App +# 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 +- [ ] 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 -- [ ] second bonus feature - [ ] Implement a Responsive Design +- [ ] Add loading animations ## Useful links and resources