A simple e-commerce site.
The main technologies used in this projects are: Javascript(React) , Material UI, Formik, Yup, Redux, Axios, Leaflet Map.
On this project you can see a product list, which came from FakeStoreAPI. A small pagination feature (the API has only a few products).
You can apply some filtering and searching.
And see the product detail.
Add to cart. (SweetAlert)
The cart.
And finish the purchase with some data input (simple form and Leaflet Map)
git clone https://github.com/Chriscaracach/React-ecommerce
cd projectFolder
npm install
npm start
or you can check the project deployed in this link.