- This clone allows you to search certain locations for airbnb stays
- The home page is a replica on Airbnb's home page
- The 3 main locations that work with this clone are searches for stays in London, New York, Boston. Those can be typed into the seach bar
- The search bar in the header has a calender that will drop down when typing starts
- Select the dates you are looking to stay in that location and select the number of guests
- One you press search you will be redirected to show the stays in that searched location
- Each location has a certain Longitude and Lattitude, and you can see them as pins on the GPS map to the right.
- Front-End
- React.js, Next.js, Tailwind Css, Material UI,
- Back-End
- Firebase - NoSQL Database
- External API/Libraries
- Mapbox
- Calender Picker
- Be able to tap into different API end-points to see any location
- Add a details screen of the certain Airbnb stay to see more infor about it
- Implement stripe payments to actually be able to book a room and have it processed through Firebase
- To install all dependencies:
npm run install - cd into the directory of airbnb-clone
- To Run App!:
npm run dev - Then just visit https://localhost:3000





