Introduction
A demo simulate simple online cloth shopping store where
customers are able to navigate between different cateogry of dress.
In addition customers can add their favourite dresses to shopping
cart and checkout.
Motivation & Purpose
The purpose of creating this website is to learn
Reactjs
framework by doing.
More
The website memic simple online cloth shopping store. Visitors can look into
many wears in different categories. In addition visitors can add their favourite
wear into their shopping cart and manage list of items in their cart.
Website also provide a feature to remember customers' items in cart,
once customers register an account and sign in with the account. Next
time customers revisit the website, all items are still there.
Once customers are satisfiy their shopping items then they can go to their
shopping cart and checkout.
The checkout system is in sandbox(test) mode which mean it is not a live system.
And it won't purchase any items at all.
Frameworks were used to build this website:
🧰 Reactjs : Primary framework
🧰 Redux : Manage shopping cart state
🧰 Firebase : Account management
🧰 Stripe : Checkout system
🧰 Expressjs : Backend server for Stripe
Website