ethanheyrman / restaurant-roulette

0 stars 1 forks source link

Frontend update #71

Closed jkuzminski7 closed 4 years ago

jkuzminski7 commented 4 years ago

Removing commented out code and improving look of frontend

jkuzminski7 commented 4 years ago

I found a star and half star here and here: https://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg https://images.media-allrecipes.com/ar-images/icons/rating-stars/half-star-2015.svg but I am having trouble working out how to display multiple stars. If anyone has any ideas let me know

BenHolzem commented 4 years ago

For stars you can do something like this image and it will look like this image

jkuzminski7 commented 4 years ago

For stars you can do something like this image and it will look like this image

That's a good plan. I had been trying to mess around with for loops calling a function that gave one star each time, but it wasn't going well