To display flights fares for selected month in calendar view.
Your task is to find the flight status for a month and display them in a calendar format. You can use Skyscanner Flight Search for fetching flight fares. The flight fares should be for 3 routes (one way). The routes are:
- SIN – KUL
- KUL – SIN
- KUL – SFO
##Node Ensure Node version is > 10.0.0
This project was bootstrapped with Create React App.
- Clone the repo
- Make sure node version is > 10.0.0
- yarn install
- Access application at http://localhost:3000
Inside the package.json there are a bunch of scripts that this repo uses to run the project in development and to build the project.
Below you can read a description of scripts you should use while developing in this project.
yarn start
: Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.yarn test
: Launches the Jest test runner in the interactive watch mode.yarn build
: Builds the app for production to thebuild
folder.