parent
08b771c863
commit
5db8e96f41
@ -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…
Reference in new issue