React practice
- .env variables
- ZWSID = personal zwsid number
To build and watch
npm run watch
To run the dev server (nodemon)
npm run dev
- Nav spacing / dynamic resizing
- convert components/Listing to a presentational component
- set up dev environment
- pagination redux is zero based, Haven't decided if that is a good idea
- pagination should dynamically determine maxPage
- components/Listing has inline styling, need to determine which I like more (inline vs css sheet)
- Google maps API error. Tracked
Added non-passive event listener to a scroll-blocking 'touchstart' event.