https://github.com/vaibhavgupta5/basic-myntra-clone---react
Basic Functional Myntra Clone using ReactJS
https://github.com/vaibhavgupta5/basic-myntra-clone---react
reactjs redux-toolkit
Last synced: 3 months ago
JSON representation
Basic Functional Myntra Clone using ReactJS
- Host: GitHub
- URL: https://github.com/vaibhavgupta5/basic-myntra-clone---react
- Owner: vaibhavgupta5
- Created: 2024-06-21T07:25:30.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-21T07:59:20.000Z (12 months ago)
- Last Synced: 2024-06-22T01:09:43.734Z (12 months ago)
- Topics: reactjs, redux-toolkit
- Language: JavaScript
- Homepage:
- Size: 157 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Myntra Clone - React
Basic Mytra Clone using Reactjs### Features Added ->
1) Add to Cart
2) Remove from Cart
3) Cart Page with a Summary section for calculating the price.
4) Switch between Cart and Home using Header.### What I learned ->
1) How to Redux Toolkit.
2) Benefits and how to use useSlice/Store over reducer, and how to setup multiple slices.
3) Creating paths using redux.
4) Api fetching.
5) How to use functions like useSelector and useDispatch to subscribe and call reducer.### Languages/Libraries/Frameworks Used ->
1) React Js
2) Redux-Toolkit
3) BootStrap
4) JavaScript
5) HTML, CSS