Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 506 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 506 Bytes

This is a simple booking website to book flights and hotels using oxylabs to scrape data from booking.com

Screenshots

Landing page Loading while fetching data Results page Actual page

Run the project

First, clone the repo and run the development server:

npm i
npm run dev

Open http://localhost:3000 with your browser to see the result.