Flight Prices App
Tech Stack
reactnativenativewindnodejsexpresspuppeteer
Flight Prices is a mobile app developed in React Native for the front end. It is a simple 1 screen application that allows users to enter an origin and a destination flight and also the date range for the trip.
After clicking on search the app should return a list of flights
The flights listed are scraped from a third party service called Bright Data using the puppeteer library
Bright Data allows us to scrape websites like skyscanner to get the flight data and return it to the mobile app using an API developed using express library