karlpawlowicz / bmo-front-end-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BMO Interview Test CI

The app can be viewed by navigating to the S3 bucket that the master branch is configured to deploy to: http://bmo-front-end-test.s3-website.ca-central-1.amazonaws.com. The S3 bucket is not yet configured to handle any routes, such as the /:city route.

Features

  • Create React App - For quickly bootstrapping a React app
  • GitHub Actions - For basic CI/CD
  • ESLint – For linting
  • Jest – For testing
  • Husky - For running ESLint and Prettier on commit
  • styled-components - As the CSS-in-JS library
  • Redux - For state management
  • Redux Thunk - For asynchronous data fetching

About


Languages

Language:JavaScript 96.9%Language:HTML 3.1%