darrylmendonez / travel-site

Create a Travel Site Create a one page app that allows users to search for hotels. The search options should be: City Check In Date Check Out Date Star Rating (optional) Amenities (optional) Price (optional) Force the user to enter information for the required fields. Once the user hits “Search,” show the results (like Kayak.com, Expedia.com, Hotels.com, etc). When the user clicks “more information” on a particular listing, open a Modal with the listing’s details. In the modal, give them the ability to “hide the listing” from the search results. Use a Carousel on the initial Search Page with different cities that our wary travelers can visit. Use a mask or datepicker plugin to select dates. This is a PAIRED PROGRAMMING project so you must work with your partner. Both of you are expected to create issues, review each other’s pull requests, and contribute equally.
0 stars 0 forks source link

Nice Job #55

Open albertbahia opened 8 years ago

albertbahia commented 8 years ago

@rmensah Nice job with the homework. One suggestion would be to show the star rating for each hotel.

Things to note:

darrylmendonez commented 8 years ago

Thank you @albertbahia. I put the rows in. Feel free to take a look. Thank you for pointing that out and for the help during the project. Very much appreciated =)

@rmensah