|
1 |
| -# Angular-Book-Search-App |
| 1 | +<h1><strong>Angular 4 "National Library"</strong></h1> |
| 2 | +<p>Book Search Aplication</p> |
| 3 | +<img src="https://user-images.githubusercontent.com/30567608/31730008-e7227666-b430-11e7-99f8-2344d1e50de7.gif"> |
| 4 | + |
| 5 | +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.4.3. |
| 6 | + |
| 7 | +## Development server |
| 8 | + |
| 9 | +Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files. |
| 10 | + |
| 11 | +## Code scaffolding |
| 12 | + |
| 13 | +Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`. |
| 14 | + |
| 15 | +## Build |
| 16 | + |
| 17 | +Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `-prod` flag for a production build. |
| 18 | + |
| 19 | +## Running unit tests |
| 20 | + |
| 21 | +Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io). |
| 22 | + |
| 23 | +## Running end-to-end tests |
| 24 | + |
| 25 | +Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/). |
| 26 | + |
| 27 | +## Further help |
| 28 | + |
| 29 | +To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md). |
| 30 | + |
| 31 | +<h3>User Stories: </h3> |
| 32 | +<ul> |
| 33 | + <li>At the top of the app you can find the navigation area with the options: "Ver Cátalogo Completo" and "Buscar"</li> |
| 34 | + <li>"Ver Cátalogo Completo" will show you with one click the full collection available in the library (Book tittle & author name and lastname) and a list of users that recently visited each book</li> |
| 35 | + <li>Hovering over the user name will display a pop-up list of books that this particular user has also visited.</li> |
| 36 | + <li>"Buscar" will allow you to search typing in the Text Input Boxes available, the categories you can search by: |
| 37 | + <ul> |
| 38 | + <li>Author name or lastname</li> |
| 39 | + <li>Book tittle</li> |
| 40 | + <li>Genre</li> |
| 41 | + <li>ISBN number</li> |
| 42 | + </ul> |
| 43 | + </li> |
| 44 | + <li>Results will be shown at the same time as you are typing, so search results will be shown directly below, it is not neccesary to press enter or click any other button. (Type Ahead.)</li> |
| 45 | + <li>Inside of each search result you will find: |
| 46 | + <ul> |
| 47 | + <li>Book tittle</li> |
| 48 | + <li>Author name and lastname</li> |
| 49 | + <li>Genre</li> |
| 50 | + <li>ISBN number</li> |
| 51 | + </ul> |
| 52 | + </li> |
| 53 | +</ul> |
| 54 | +<p>The information that will be displayed by the App could be seen in the JSON format <a href="https://gist.githubusercontent.com/finizen/6f5d574cec11112342c552fe6fa64a8a/raw/4cf357afb82e6baae7fd06c5a7c3990d1c0977f6/booksV1.json">here</a>, it is not neccesarily real</p> |
| 55 | + |
| 56 | +<h5>Hope you like it!</h5> |
0 commit comments