hesharon / BackStory

1 stars 2 forks source link

Scrum report 2 #9

Open Dynnwa opened 1 year ago

Dynnwa commented 1 year ago

I created the collections page and populated it with forks. I found it difficult to determine how I wanted to design the page since we had not detailed mock-up with styling. Next week I will be helping out with the back end implementation

taherfa commented 1 year ago

I created the Gallery section that displays the Polaroid style images with the functionality of clicking on them to flip them over and display the caption attaches to the image - plus a few other front-end tweaks. As expected, the greatest difficulty was figuring out the css to "flip" the images, but online resources helped quite a bit. Next week I'll be working on the back-end component of the Gallery section as well as making the Home page mobile responsive.

ax920 commented 1 year ago

I created a component with two tabs (gallery, collections), as well as a component for uploading a photo. For the next two weeks, I'll be polishing the photo upload component and attaching that component to a modal that will appear on the home page. A tough part in the last two weeks was finding out we couldn't use Next.js for the project, so we should have clarified that earlier.

hesharon commented 1 year ago

I created the Profile, Button, and Navbar components, as well as fixed a typo in an import that was throwing a React error prior to the deadline. If I had to pick a challenge it would be trying to recall how to use React and managing my time with both classes and work. The next two weeks, I will help with the backend and continue implementing pages (e.g. Login, Sign up).

Jawny commented 1 year ago

Got mongodb set up and basic backend setup. Didn't merge together due to issues with folder structure which I plan to flush out this week. I'm also going to start implementing end points for signin and signup.