Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 1.49 KB

README.md

File metadata and controls

31 lines (17 loc) · 1.49 KB

Next.js 14 Booking.com Clone

image

image

This project is a Next.js 14 application created while following Sonny Sangha's tutorial on YouTube. 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 for the insightful tutorial. The video tutorial can be found here.

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.