sarchst / myspot

A place for music friends
8 stars 0 forks source link

Scrum update 2 #11

Open me-louie opened 4 years ago

me-louie commented 4 years ago

u7v2b

For this deliverable, I utilized the MaterialUI library to create the Appbar and Sidebar React components. The most challenging part for me was figuring out how to convert the templated functional components into class components, specifically refactoring hooks. Struggling through this issue helped me gain a better understanding of React-Redux and allowed me to help my team members build their components more efficiently. Over the next two weeks, I plan to integrate React Router for navigation and connect the sidebar with Redux.

sarchst commented 4 years ago

o3o1b

This week I built a component to display a user's playlists (using material UI). One challenge was debugging the issues that came up when integrating the material-ui code into our project. In the next iteration, I plan to integrate the Spotify API into the project.

qhanson55 commented 4 years ago

j4o1b

During this project progress, I brought create-react-app into our repo and incorporated Material-UI's Grid component to build a post component for our social feed. The hardest part of this section of the project for me for using Material-UI for the first time and learning how they incorporated there styling. I ended up going through several iterations using their templates but then eventually just build it from scratch using Grid. For this project progress I plan to build the Feed page and incorporate the Post component I built last week.

wjaustinlee commented 4 years ago

h2s8

For this deliverable I made a login page based on a MaterialUI template and added some basic site navigation functionality using react-redux. My biggest challenge was learning how React and (especially) Redux worked and how to integrate them into the project. For the next iteration I plan to implement 3rd party login authorization using Spotify API.