FEC-corgis / Jenny-Service-Reviews

Airbnb-styled service-oriented architecture app that generates, persists, and displays product data. Built with MERN, React Styled Components, & React Router DOM.
1 stars 0 forks source link

Added basic modal layout and populated 6 reviews. #3

Closed jhou12 closed 3 years ago

jhou12 commented 3 years ago

@manedurphy @pauly-van @slava000 Just added a basic modal layout and populated with 6 reviews, still need to make the full 50 show up. Would love to get some tips on the fade in sliding up effect, and also auto loading when scrolling to the bottom of the modal screen to load a set amount of new users. Thanks!!

Edit: Fixed a bug that was happening when requesting from the db, it was due to Sequelize auto-generating the userIds at 1 instead of 0. I ended up just adding 1 to my search query, not sure if there i a way to make the table indexes start at 0 from the getgo, if you know of a relevant command or param lmk!