Skip to content

eshopify is an e-commerce website built with React and styled with CSS & React Icons

Notifications You must be signed in to change notification settings

ashish-m-bhat/eShopify

Repository files navigation

Hey there! I invite you to browse eshopify . Feel free to provide any sort of feedback @ [email protected]

eshopify is an e-commerce website built with React and styled with CSS along with react icons. Here are some of the key features:

  - The products are obtained from fakeAPI store using calls to the fetch API

  - Products are categorized into Men's, Women's, Electronics, Jewelery

  - The Home Page displays only the popular products
                       
  - Products can be sorted according to popularity or price
  
  - A customer can browse the products without needing to sign up
  
  - Once a customer tries to add a product to the cart, they would be redirected to the authentication page
    
  - The app authenticates the user with Google's Firebase. On sucess, they are redirected to the previously browsed page
  
  - Cart items are stored in the browser's indexedDB
  
  - Order history is saved in Google's Firebase Realtime DB & can be seen in the user's profile page

Here are some of the snips:

                                      Home Page

Screenshot (67) Screenshot (66)

                                      Signup Page

Screenshot (65)

                                      Login Page

Screenshot (64)

                                      Search Results

Screenshot (70) Screenshot (73)

                                      Cart Page

Screenshot (74)

image Profile Page image

                                      Mobile device

image