Nordstrom, Inc. (/ˈnɔːrdstrəm/) is an American luxury department store chain. Founded in 1901 by John W. Nordstrom and Carl F. Wallin, it originated as a shoe store and evolved into a full-line retailer with departments for clothing, footwear, handbags, jewelry, accessories, cosmetics, and fragrances. Some stores feature home furnishings and wedding departments, and several have in-house cafes, restaurants, and espresso bars.
- HTML , CSS
- JAVASCRIPT
- Browser LocalStorage
To run this application on your local system, execute the following commands on your terminal/command line:
git clone https://github.com/vcow10kar/construct_week.git
cd construct_week
To start using the application, open the landing.html
file using the Live Server
- There is login and logout functionality.
- Elegant navbar for easy navigation between pages and categories.
- Customers can view the Products list of a particular category.
- Complete product details page, showing various sizes and variants.
- Checkout page which calculates the shipping prices dynamically.
- On the Landing Page header, user can click on the 'Sign In' option to either Sign In or Create an Account
- Once the user has logged in, they are taken back to the Landing Page.
- On the top nav-bar, the user can navigate to the following categories:
Home > Home Decor > Art, Wall Decor & Mirrors
, to open the products list page - On the Products List Page
- Hovering on each product will display a 'Quick View' button. Clicking on it, the user will be shown the details of the product along with the option to add the product to their Shopping Bag
- If the user clicks on the name of the product, they'll be taken to the Produt's details page
- On the Product's details page, the user can view all the product specifications, change the quantity of the product they wish to buy and also add the product to their shopping bag
- On the Shopping Bag page
- The user can remove a product from the shopping bag
- Change the quantity of the product
- On proceeding to Checkout, the user is asked to
- Fill their address and contact details
- Select a Shipping Method
- Enter their Credit/Debit card details
- Place the Order
- On placing the Order, a pop-up displays the order no. generated for the user and the shopping bag is also cleared.
A glimpse of our website
- On this page users can signup/sign-in based on whether the user is already registered or not.
- The landing page where users cans see various categories and subcategories along with offers and discounts.
- The products list page is where the list of products of a particular category are shown, the user has options to sort products and filter products as per his needs.
- A complete detailed product page displays all the details regarding the product, here we have given the user an option to add to the cart option if he/she like to buy the product.
- Shopping bag page has all the items that are added to the cart/bag by the user.
- On the checkout page, the user enters his shipping address and credit card details in order to place the order.