E-shop (Ecommerce App) is build by the the help of React Redux. By using Json Server creating ecommerce api service and after that to get the data from api service making a api calls. Functionality Navbar 1. Show cart items count 2. Show relevant navigation links All products page 1. Show list of products from the API (using the above server) 2. Each product is editable by clicking on the “pencil” button. And we can edit that product inline. On finish editing the product, show some sort of Alert/Notification 3. Each product is deletable, on clicking of the delete button you should delete the product and show some sort of Alert/Notification 4. Implement a sort button. On clicking it should sort by “price” and show a cross button just beside it (see the sort view). On clicking the cross button remove the sort. 5. Give button to add a product to cart Create page 1.On clicking of the Add button add the product in the DB, and show some sort of Alert/Notification Product detail page 2. Show all the details of a product 3. Give button to add a product to cart Cart page 1.Show all the items in the cart.
-
Notifications
You must be signed in to change notification settings - Fork 4
kumarvikas10/eshop
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
E-shop (Ecommerce App) is build by the the help of React Redux. By using Json Server creating ecommerce api service and after that to get the data from api service making a api calls.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published