Skip to content

amorscher/angular-exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Angular-exercise

We are doing a hotel search app!!!!!!!!!!!!

           |
         \ _ /
       -= (_) =-
         /   \         _\/_
           |           //o\  _\/_
    _____ _ __ __ ____ _ | __/o\\ _
  =-=-_-__=_-= _=_=-=_,-'|"'""-|-,_
   =- _=-=- -_=-=_,-"          |
     =- =- -=.--"

As a backend Hotel4 API is used.

Exercise 1: Explore the code

Exercise 2: Search UI

Design and Implementation of following use case:

Use case 1: Search hotels by city

  1. User chooses city to search hotels for

  2. Users triggers search

  3. User gets search results displayed. Following properties should be displayed :

    • id
    • name
    • stars
    • customer rating
    • location
    • price

Exercise 3: Search Query

Design and Implementation of following use case:

Use case 2: Search available hotels for period

  1. User enters start data and end date

  2. User triggers search

  3. User gets search results displayed. Following properties should be displayed :

    • id
    • name
    • stars
    • customer rating
    • address
    • price

Excecise 4: Sorting

  • Use Case 3: Sorting results

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published