Description:
Using the combination of browser's local,session, indexedDB storge api's, this simple application tries to simulate the auth and addToCart in ecommerce apps. It was designed using css and bootstrap based on Amazon's original design.
Technologies:
html
css
Bootstrap
pureJS
localStorage
sessionStorage
browser IndexedDB
bcrypt.js
Features:
Sign up & login
You can sign up using multiple accounts. No duplicates.
Cart
Items in cart are linked to user email. so each user will have their own cart.
Anonymous users have a session cart that will be reset on the end of a session.
Totally dynamic pages (based on the api).
Form validation.