COSC481W-2022Winter / capstone-hackmcx

capstone-hackmcx created by GitHub Classroom
0 stars 1 forks source link

enhancement: Implemented Rating Component #76

Closed ckhorra1 closed 2 years ago

ckhorra1 commented 2 years ago

Ari and I have implemented a rating component in IndividualPost.js. Upon loading into the page the user will be able to see the captions below the post and a five star rating component next to it. After hovering over it the user can select a rating for the caption. After the on click it will send a post request which will return an alert stating if the request went through or not.

ckhorra1 commented 2 years ago

Please review !