Home

Awesome

Table of contents

7-capstone-project

It is an eCommerce site that pulls all my new React knowledge together. You can access the random photos with the detail. I used the React context to provide and distribute photos. The photos is taken from the Scrimba Images.

Check The Live Website ➡️ Live Website

- User can see the list of photos at the main page.
- User can toggle favorite pics
- User can see favorited pics
- User can add image to cart
- User can remove image from cart
- Total cost is automatically calculated
- User can place order

Animation of the Website

image

Technologies 💻

- React
- React Router Dom
- React Context
- Custom Hover Hook
- [Scrimba Images](https://raw.githubusercontent.com/bobziroll/scrimba-react-bootcamp-images/master/images.json)

8-react-redux

The basic counter app is created using react-redux, useSelector() and useDispatch() hooks.

Visualization of the app;

image