Hey there! I invite you to browse eshopify . Feel free to provide any sort of feedback @ ashish.m.bhat98@gmail.com
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
Signup Page
Login Page
Search Results
Cart Page
Mobile device