https://github.com/randilt/booking.com-clone-nextjs14
🏨 A Next.js v14 project that ethically scrapes Booking.com to display data. 🌐🛠️
https://github.com/randilt/booking.com-clone-nextjs14
Last synced: about 1 year ago
JSON representation
🏨 A Next.js v14 project that ethically scrapes Booking.com to display data. 🌐🛠️
- Host: GitHub
- URL: https://github.com/randilt/booking.com-clone-nextjs14
- Owner: randilt
- Created: 2023-12-03T05:54:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T16:39:56.000Z (over 2 years ago)
- Last Synced: 2025-03-30T22:05:12.148Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://bookingcomnext14.netlify.app
- Size: 94.7 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js 14 Booking.com Clone


This project is a Next.js 14 application created while following Sonny Sangha's [tutorial on YouTube](https://www.youtube.com/watch?v=SnJ6EmCWA_Y&t=2116s). The tutorial covers building a clone of Booking.com, allowing users to search for accommodations based on location, date, and the number of people. The web scraping functionality is implemented using the Oxylabs webscraping API.
## Project Overview
- **Functionality:**
- Users can input location, date, and the number of people.
- Pressing the "Search" button triggers a web scraping process to fetch data from Booking.com.
- Results are displayed on our app with direct links to Booking.com for more details.
## Learning Highlights
- Developed a Next.js 14 application.
- Implemented web scraping using the Oxylabs API.
- Created a simple yet functional clone of Booking.com
## Acknowledgments
I would like to express my gratitude to [Sonny Sangha](https://www.youtube.com/@SonnySangha) for the insightful tutorial. The video tutorial can be found [here](https://www.youtube.com/watch?v=SnJ6EmCWA_Y&t=2116s).
## Note
This project is not my capstone project, and the README is kept brief. For setup instructions and detailed information, please refer to Sonny Sangha's tutorial video.