Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 2.55 KB

README.md

File metadata and controls

46 lines (36 loc) · 2.55 KB

SEPHORA E-Commerce Website

This is basically the clone of the original SEPHORA website.

We have used the following Tech Skills in this project:

  • HTML
  • CSS
  • BootStarp
  • JavaScript

In this clone we have included most of the functionalities of the original website. The functionalities that we have implemented in this projects are:

  • Navbar Navbar

  • Home Page

    • Home Page has all the categories of products along with the latest offers.
    • It has the navbar, from where we can go to the Log in Page, Cart page , Product Page etc.
    • It has the footer also where we can see the social media handles, the creators, the partners etc. Home Page
  • Log in/ Log out Page

    • The log in page has a from by filling which a new user can create an account and if the user has already an account then he can directly log in.
    • it has a facility to send a verification mail to customers email to verify his account.( We have used a dumy verification code here).
    • It has a feature to reset the password also. Login
  • The Product Page

    • There are basically 6 product pages of differnt category.
    • Each page has all the details of the Products.
    • Each Page has the feature to add the product to the cart.
    • Once added to the cart there will be an alert also that the product is added to the cart. Product Page
  • The Cart Page

    • This page has all the infomation of the products that are added form the product pages.
    • You can Remove a Product from the cart also.
    • It has a promo code option also by applying which we can have a 30 % discount.(code- masai30). Cart
  • The Payment Page

    • The Payment page has options to select different payment option.(only debit card option is usesable)
    • After filling debit card details there is a feature to get the OTP.
    • In the OTP page we need to give the OTP to make the payment successful.(OTP-1111) Payment