E-Commerce Site

Single Page Application using React

This project was created using React. Some of the advanced React concepts I used were React Hooks, React Context, and React Router.

I wanted to learn more about React and its advanced topics, so I used the website Scrimba to create this fake E-Commerce site that allows the user to favorite, add to cart, and checkout.

This project was quite challenging as it incorporated React Context API. Using that for the first time required a lot of extra research. Additionally, I struggled with logic regarding handleChange events. Overall, it was a great review of React and a great lesson to learn advanced React topics.

The link to the repository is here.

Back