Skip to content

This is a dummy ecommerce website to practice redux toolkit's core features

Notifications You must be signed in to change notification settings

minhnghialk/redux-toolkit-ecommerce-pratice

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a Demo E-commerce Web App. To show main functionality of an Ecommerce Project with Redux Toolkit. I have used Fake store api as dummy api to get the products.

Till now:

  1. User Can search or browse product and see the product detail page.
  2. Add product to cart and in the cart page increment and decrements products and also remove products from cart.
  3. User can see suggested product on each product's detail page.
  4. Wishlist functionality based on local storage.

I have not implemented any authentication for this project yet. I have used Redux toolkit for the state management purpose.

Used Technology:

  1. React Js
  2. React Bootstrap
  3. React Router (v6)
  4. Redux Toolkit - for state management
  5. React Toastify
  6. React elastic carousel

In the project directory, you can run:

npm start

About

This is a dummy ecommerce website to practice redux toolkit's core features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.5%
  • SCSS 21.7%
  • HTML 4.8%