A basic e-commerce website for computer hardware products, built with plain HTML, CSS, and JavaScript. This project is for learning purposes only and does not include any backend, database, authentication, or payment integration.
- Simple product listing interface
- Shopping cart simulation (client-side only)
- Responsive design for desktop and mobile
- No user login, admin panel, or payment system
- No database or server required
- HTML5
- CSS3
- Clone or download the repository:
git clone https://github.com/danial-blackhat/computer-shop-project-learning.git cd computer-shop-project-learning - Open
index.htmlin your web browser. - Explore the product listings and cart simulation.
- This project is for educational/demo purposes only.
- No real transactions or data storage are performed.
- All functionality is client-side and resets on page reload.
Created by Wan Muhammad Danial for web development learning.