This website is based on the deisgner products. I have cloned some of its original features and pages.
https://yoox-fashion.netlify.app/
https://github.com/rsiree/Yoox
Frontend:
- HTML for website structure
- CSS for styling
- Javascript
Backend:
- Reqres for login and registration authentication
- Local Storage as website api is not available
- Landing Page, Footer and Header
Form footer page we can enter registration page or login page. I made footer part as static. Other than in landing page header also have categories part from where one can select one and enter that page. It also have cart and favorite icons from where one can open that page.
-
Register and Login For both these pages I have used the api authentication just like how our real register and login pages works.
-
Home page These page can be of any category. It will be opened from landing page by clicking on the images displayed. I made women page. Here is a sneak peek of the page.
-
Special Page By selecting any particular special category from home page takes to special page. Products can be sorted based on the price.
Item Page In this page the details of the product that we selected will be shown as shown below. And also most recently viewed, similar products grid we be present to select.
- Cart page / checkout page This is the last page where Shipping address, Payment details, Order confirmation is made. We can also remove the items from the cart. After successfully placing order confirmation alert with and order id is displayed.
An invidual project