π University Project: Developed as part of the Year 1 University curriculum to demonstrate core web development skills in HTML5, CSS3, and Vanilla JavaScript.
An interactive, multi-page website dedicated to promoting "Good Health and Well-being." This project showcases a blend of content delivery, user interactivity, and a functional e-commerce frontend.
- Interactive Shop: A fully functional frontend store with "Add to Cart" logic, dynamic cart count, and product sorting (A-Z/Default).
- Responsive Design: Implemented custom
@mediaqueries to ensure a seamless experience across different screen sizes. - Dynamic Content: Interactive product descriptions and a smooth "Page Editor" interface.
- Splash Screen: Engaging entry point for the website.
- Modern UI Components: Custom-styled navigation bars, product cards, and footers.
- Vanilla JavaScript: All interactivity, including cart logic and DOM manipulation, is built without external libraries.
- Advanced CSS: Use of Flexbox, Floats, and Responsive Breakpoints for complex layouts.
- Modular Structure: Separated CSS and JS files for better maintainability.
- Form Handling: Integrated feedback and user profile interactions.
βββ css/ # External stylesheets (Header, Shop, Footer, etc.)
βββ js/ # Vanilla JavaScript logic (Shop functionality)
βββ images-and-videos/ # Media assets
βββ shop.html # E-commerce interface
βββ content-page.html # Health & Well-being information
βββ page-editor.html # Interactive editor tool
βββ splash.html # Website entry screen
- Clone the repository.
- Open
splash.htmlorshop.htmlin any modern web browser. - No build step or local server is required (Static Site).
Built with β€οΈ by Kavintha Dilshan