An open API service indexing awesome lists of open source software.

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

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