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

“more information”/modal #13

Closed darrylmendonez closed 8 years ago

darrylmendonez commented 8 years ago

@rmensah I made the modal for the first listing. Just follow the same format if you want or feel free to add to it.The info can be the same for all listings. It's up to you if you want to change them for each or keep them all the same.

rmensah commented 8 years ago

@MrMendonez I did exactly that. I added some information to it and inserted a more "more info" link. If you click on the link it opens up the modal. However, we can change the link to a button but the only challenge is the space. Please let me know what you think about the link verses a button.