This is simple E-commerce project based on React.
Technology: HTML, CSS, Javascript,Reactjs, Redux, Redux-Toolkit,React MUI Framework,React Router,JSON-server,react-toastify
Features:
1.) Fetch product API from json Server db.json file using Redux-Toolkit
2.) Create Product details Page
3.) Create Mycart Page
4.) Add To cart/remove from cart funcationality
5.) Pagination
6.) React Toastify
7.) handling pending and error handling using Redux
How Can start project
a.) Go to the project directory such as online-shop-React-Redux-App
b.) Start React project such as
npm install
npm start
c.) start Json server just for demo
npx json-server ./src/db.json -p 3005
You can Find db.json