larkinds / recurse-randomice

A webstore for a hypothetical ice cream store that combines adjectives and nouns for silly flavors
MIT License
4 stars 2 forks source link

Product page styling #88

Closed larkinds closed 11 months ago

larkinds commented 1 year ago

This pull request addresses #82, styling the Single Product Page. In addition, it creates the single product page and sets up routing from the homepage to the single product page. Note that it does not create routing from the hall of fame, as each icecream in that page includes an 'add to cart' button.

This request also has some clean up and some accessibility work included.