/rental-application

https://rstrom.github.io/rental-application

Primary LanguageTypeScript

Rental Application Form CircleCI

To run the application:

yarn install
yarn start

To run tests:

yarn test

Or for the interactive test dashboard:

yarn cypress open

Try out the application here

This code builds off another another repository simple-survey which features a similar stack:

  • bootstrapped with create-react-app-typescript
  • CI/CD using Circle CI and Cypress
  • containers and state/context management using recompose
  • styling w/ styled-components
  • responsive styles / theming w/ styled-system