An open API service indexing awesome lists of open source software.

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.

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.