https://github.com/akabaytar/e-commerce
E-commerce website using HTML5, CSS, and vanilla JavaScript. Product and shopping cart features are stored in localstorage. The website includes pages for shopping, blogs, cart, login/signup, and single products. While developing this project, I wasn't proficient in SASS yet, so I coded it with pure CSS, but followed the SASS pattern.
https://github.com/akabaytar/e-commerce
account carousel cart css form glide html5 javascript multipage responsive slider
Last synced: about 1 month ago
JSON representation
E-commerce website using HTML5, CSS, and vanilla JavaScript. Product and shopping cart features are stored in localstorage. The website includes pages for shopping, blogs, cart, login/signup, and single products. While developing this project, I wasn't proficient in SASS yet, so I coded it with pure CSS, but followed the SASS pattern.
- Host: GitHub
- URL: https://github.com/akabaytar/e-commerce
- Owner: akaBaytar
- License: mit
- Created: 2023-08-10T23:05:34.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-11T10:06:11.000Z (almost 3 years ago)
- Last Synced: 2025-12-10T04:56:30.532Z (6 months ago)
- Topics: account, carousel, cart, css, form, glide, html5, javascript, multipage, responsive, slider
- Language: HTML
- Homepage: https://ecommerce-burakbilgili.vercel.app/
- Size: 8.43 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# e-commerce
E-commerce website using HTML5, CSS, and vanilla JavaScript. Product and shopping cart features are stored in localstorage. The website includes pages for shopping, blogs, cart, login/signup, and single products. While developing this project, I wasn't proficient in SASS yet, so I coded it with pure CSS, but followed the SASS pattern and I tried to apply JavaScript methods I learned in my training.