Skip to content

Submit Week 3 Assignment#4

Open
wandrew8 wants to merge 10 commits intofrontend-application-development-uw20:masterfrom
wandrew8:master
Open

Submit Week 3 Assignment#4
wandrew8 wants to merge 10 commits intofrontend-application-development-uw20:masterfrom
wandrew8:master

Conversation

@wandrew8
Copy link

Week 3 HW Submission

Please fill out the information below in order to complete your assignment. Feel free to update this comment later if necessary.

  • Comfort rating on this assignment (1-5): 4
  • Completion rating on this assignment: complete

You can find the deployed site here: https://wandrew8.github.io/week3-assignment/

super(props);
this.state = {

}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like you can remove this

let propsArray = []
for (let i = 1; i <= parseInt(stars); i++) {
propsArray.push("full");
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alternatively you can use Array(parseInt(stars)).forEach(...) in order to populate the stars


constructor(props) {
super(props);
this.state = {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like you can remove this


constructor(props) {
super(props);
this.state = {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like you can remove this

top: 0;
z-index: 15;
border-radius: 1rem 0rem 0rem 0rem;
transform: scale(1.01);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job with the styling. Looks beautiful!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants