diff --git a/Projects/3-Advanced/Hotel-Search-App.md b/Projects/3-Advanced/Hotel-Search-App.md new file mode 100644 index 00000000..89f5318c --- /dev/null +++ b/Projects/3-Advanced/Hotel-Search-App.md @@ -0,0 +1,29 @@ +# Hotel finding App + +**Tier:** 3-Advanced + +Find the hotels in an area by entering pin/zip code of that area. It will list hotels with basic details like name, address, description and rating + +- This application will help travellers to find hotel in an area +- Resource needed for the project is hotel api, examples Booking.com etc. + +## User Stories + +- [ ] User can see all the Hotels of the locality on the front page +- [ ] User scroll down to see all other hotels according to rating +- [ ] User can click on any of the Hotel name to go to their own separate page +- [ ] User can then see all about the place like Photos, services, charges, user experience and can confirm booking also + +## Bonus features + +- [ ] User can create an account +- [ ] User can create their own favourite list +- [ ] User can review hotels + +## Useful links and resources + +- [Booking.com Api](https://booking-com.p.rapidapi.com/v1/static/hotels) + +## Example projects + +[TravelGo mern application by Sumit Garg](https://github.com/sumitgarg21/TravelGo)