Skip to content

Commit

Permalink
add new link with example project
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Fernando committed May 27, 2020
1 parent 9245946 commit f173d2d
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions Projects/2-Intermediate/Book-Finder-App.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ Create an application that will allow users to search for books by entering a qu

## 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
- [ ] 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
- [ ] 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

Expand All @@ -23,3 +23,4 @@ You can use the [Google Books API](https://developers.google.com/books/docs/over
## Example projects

[Book Finder](https://book-finder-by-deyl.netlify.com/)
[Search Books](https://search-book.netlify.app/)

0 comments on commit f173d2d

Please sign in to comment.