pull/740/merge
sumitgarg21 2 years ago committed by GitHub
commit 82d66b28ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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)
Loading…
Cancel
Save