This project was made for comparing credit cards in Australia which offer a sign up bonus.
Motivated to help consumers maximise their frequent flyer points with minimal spending.
Inspired by OzBargain and MadFientest.
Install dependancies
$ yarn install # Same as `npm install`
Run the app in the development mode. Open http://localhost:3000 to view it in the browser.
$ yarn start # Same as `npm start`
Launch the test runner in the interactive watch mode.
$ yarn test # Same as `npm run start`
Build the app for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance.
$ yarn build # Same as `npm run build`
$ firebase deploy # Requires authentication
CI and CD is run through CircleCI and can be configured here.
For all pull requests, it will run linters and tests. On master
branch, it will automatically build and deploy to Firebase.
This project was bootstrapped with CRA. View its full user guide (some of it may no longer be relevant).