# Uboric e-commerce website
This project is a clone of Uboric website. Uboric is your digital shopping assistant dedicated to saving you time and money. With Uboric, you can view a product's availability, price. We made use of Localstorage to store and retrieve data.
fw19_0825 - Rashmi Gautam
fw19_1243 - Dinesh Shendre
fw19_1272 - Pankaj Mehra
fw19_1184 - Farhaz Ansari
fw19_1286 - Sachin Baral
- Sign-up and sign-in user.
- Apply catrgories, filter and sort data functionality.
- Add to cart and wishlist functionality.
- Add and shop products, offers and community section
- Payment functionality.
- [HTML] - It enables us to create structure for website
- [CSS] - To beautify the website
- [Js] -To add functionality to website.
Concept | Purpose |
---|---|
Higher Order Function | map(), reduce(), filter() and forEach() |
DOM | Document Object Model manipulation enables us to change behavior |
localStorage | It is used to store data in browser memory |
Javascript Object | It is used to store data in the form of key-valye pair |