This project is a front-end e-commerce web application developed using HTML, CSS, and JavaScript. The system provides users with functionality to browse products, manage accounts (Login, Sign-Up, Forget Password), and submit product reviews.
Click βBuy Nowβ:
Layout:
<div>s.Buttons:
Form fields:
Validations:
Redirects to Login Page after successful sign-up.
Layout:
<div>)let login_Users = [
{
username: "user1",
pass: "pass123",
age: 25,
gender: "male",
phone: "123-456-7890"
},
{
username: "user2",
pass: "abc456",
age: 30,
gender: "female",
phone: "987-654-3210"
}
];
The project must include the following CSS properties:
border, margin, paddingfont-family, font-size, color, backgrounddisplay: flex, align-items, justify-contentposition, height, widthopacity, text-decoration/e-commerce-frontend
β
βββ index.html # Main page (with all forms)
βββ style.css # Styling file
βββ script.js # JavaScript logic
βββ /img # Images, icons, etc.
Upload the entire project to your GitHub repository as github pages.
Developed as part of a front-end development task focusing on building an interactive, user-friendly e-commerce interface using core web technologies.