React Photo Store
Pic Some is an online photo store created with React. It allows the user to like or select a photo for purchase, and photos are added or removed from a virtual shopping cart. Purchasing the photos is simulated on the Check Out page.
I added several features to this website. When an image is clicked on the main page, it is shown enlarged over a grayed out background. I added a heart icon to each image that can be used to add a photo to a Favorites page. Items can be removed from the Favorites page by clicking on the heart icon, and added or removed from the checkout page by clicking on the shopping cart icon.
The Favorite Images page also has been small screen optimized for mobile devices. Context and hooks were used to maintain and allow access to state.