Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 1.39 KB

README.md

File metadata and controls

46 lines (26 loc) · 1.39 KB

E-commerce

A simple e-commerce site.

Features

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).

image

You can apply some filtering and searching.

image

And see the product detail.

image

Add to cart. (SweetAlert)

image

The cart.

image

And finish the purchase with some data input (simple form and Leaflet Map)

image

Installing

git clone https://github.com/Chriscaracach/React-ecommerce
cd projectFolder
npm install
npm start

or you can check the project deployed in this link.