hho-1 / shopping-cart-API-axios-Project

Home Page:https://shopping-cart-api-axios-project.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shopping Cart

Description

Project aims to create a Shopping Cart App.

Project Outcome

https://shopping-cart-api-axios-project.vercel.app

Problem Statement

  • We are adding a new project to our portfolios. So you and your colleagues have started to work on the project.

Project Skeleton

Shopping Cart (folder)
|
|----readme.md         # Given to the students (Definition of the project)
SOLUTION
├── public
│     └── index.html
├── src
│   ├── App.js
│   ├── components
│   │    ├── CardTotal.jsx
│   │    ├── Navbar.jsx
│   │    ├── ProductCard.jsx
│   │    └── ProductForm.jsx
│   ├── index.css
│   ├── index.js
│   └── pages
│        ├── About.jsx
│        ├── Main.jsx
│        ├── NewProduct.jsx
│        ├── ProductList.jsx
│        └── UpdateProduct.jsx
├── package.json
└── yarn.lock

Project Gif

Shopping Cart

About

https://shopping-cart-api-axios-project.vercel.app


Languages

Language:JavaScript 79.7%Language:CSS 11.1%Language:HTML 9.2%