A multi-page e-commerce website built using HTML5 as part of my Full Stack Web Development learning journey.
The goal of this project is to build the foundation of an e-commerce website using only HTML before adding styling with CSS and interactivity with JavaScript.
- Multi-page website structure
- Semantic HTML5 elements
- Navigation bar
- Product listing page
- Product details page
- Contact form
- Tables and lists
- Figures and captions
- Responsive-friendly HTML structure
- Clean and organized code
- Home
- Products
- Product Details
- Contact
- HTML5
ThreadCo/
│── index.html
│── products.html
│── product-details.html
│── contact.html
│── assets/
│── images/
└── README.md
- Clone this repository.
- Open the project folder.
- Open
index.htmlin your web browser.
Screenshots will be added after the project UI is completed.
- Add CSS styling
- Make the website fully responsive
- Add JavaScript functionality
- Shopping cart
- Product filtering and search
- Improved user interface
Naina Kuchhal
Learning Full Stack Web Development and building projects step by step.