MY FIRST INDIVIDUAL PROJECT
This is clone of SkinStore.com, where I have used HTML, CSS and Javascript to acheive this.
In this project I have tried to clone the “SkinStore” website.
Netlify Link : https://skinstore-ii-clone.netlify.app/
SkinStore is an online store selling cosmetics, fragrances, skin, and hair care products. It gives an online space to beauty and wellness needs that showcases some of the beauty brands and products. SkinStore aims to take shopping experience to a different level.
- HTML
- CSS
- JavaScript
-
You will be able to create your account using login and signup option.
-
You can choose a product which you want to buy and add to cart section.
-
One can Sort and Filter the product according to the prices and categories of different products.
-
User can also select and remove items from cart section and make payment through card.
-
All the data is stored in the localStorage of the User.
- Clone it using git clone
- Open that code in your VS code
index.html
- Open the
index.html
on Live server - Then you can Navigate through other pages from Landing page like
index.html
,product.html
,cart.html
etc.