Adidas clone, web application for purchasing clothes, shoes and sports related clothes in online.
Deployment Link :- https://rohit753.github.io/Adidas-Clone/index.html
we were given a project to clone the Adidas website. Our project demonstrates a basic flow of an e-commerce page, where a customer can view and filter products, add their product to a cart and place his or her happy order.
Adidas is a German multinational corporation, founded and headquartered in Herzogenaurach, Germany, that designs and manufactures shoes, clothing and accessories. It is the largest sportswear manufacturer in Europe, and the second largest in the world, after Nike.
Tech Stacks:
1.HTML
2.CSS
3.Js(DOM)
Flow of website:
Firstly we will land on Home page on Adidas clone. In Home page we can see the over view of websites and the trending products.
1.Home Page:
In Home page there is a Navbar Using that we can navigate to Men's Page, Women's page & Kid's page. If we move to Men's page we can see the Men's page.
2.Men's Page:
After clicking on any categoty we will redirect to the Products Page.
3.Products:
In Products page if we click on any product we will be redirected to Product view page.
4.Product view:
In this page we can view the product from every angle and here we can select the size and add it to Cart.
5.Cart
In cart page, we can see all the products added to cart and also bill of the shopping. We can add remove the product from cart.After clicking on Add to cart button. we will redirected to Signup page.
6.Signup & Login pages:
In signup page first we need to create account in the website after that it will redirect to login page. In logon page after entering the correct credentials, we see a pop here as "Redirecting to Shipping page" otherwise "Wrong Credentials"
7.Shipping Page:
In shipping page we need to fill the inforamtion so that we can move ahead otherewise it will give pop as "Fill the details" After pacing the order we will get pop as "Thank you for Purchasing".
Then it will redirect us to the Home page.