1. Cart functionalities like, Add to cart, Remove from cart, empty cart, quantity, cart total.
2. Localstorage for cart items.
3. Google Authentication with firebase Auth.
4. Sign In, Sign out, User Dashboard.
5. Responsive
6. Products and product page with product information.
- Clone the project
git clone https://github.com/aryanamdev/shop-right
- Install Dependencies
npm install
- Start local server
npm run dev