A app to filter down a list of properties
Deployed app is at https://ap-properties.herokuapp.com/
Animated demo below
Mockup
Notable Tech/Tools used:
- Typescript
- React
- Jest
- React Testing Library
- Webpack
- React Axe - for accessibility testing
- CSS Modules
- CSS Grid - for responsive webpages
To run on a your local machine
- Clone this repo
- run
mv .env.example .env
- populate the environment variables in
.env
. Contact me to obtain the environment variable for REACT_APP_PROPERTIES_ENDPOINT. - run
yarn start
- On a browser, go to
localhost:8080
To run test
- run
yarn test:dev