The task: as a user of Qantas Hotels I would like to see a list of hotels that can be sorted by price.
This project was bootstrapped with Create React App.
https://qantas-test.vercel.app/
# install & use node 16.13.2
nvm install && nvm run
# install dependencies
yarn install
# Run local development server with hmr
yarn start
# Build the app for production
yarn build
# Run unit tests
yarn test