DESCRIPTION :-
-
It is a React & Redux Based Real World Project, Ecommerce Website (MEAL HUB). where user can buy food receipy and a Restaurent owner able to sell their Restaurent's Food Items.
-
Any User can add, remove , update ,delete (crud operation) receipy in cart
-
in Other hand ,Restaurent owner who want to sell their food item , they will able to add , update , and delete their receipy.
-
if user click on theire desire receipy , they were able to see receipy details such as restorent name , receipy name, rating , price , overview etc... with recommended similar items at bottom
DEVELOPER VIEW:-
-
all the code logic written in diciplined manner which is easy to undestand for any one.
-
basically in this application i perform crud operation on API(json-server)
-
I implement logic requst on API(get, post , delete, put) by axios library.
-
I manage all state in this intire application by redux toolkit.
##HomePage ##Cart ##Food Item Details ##Add new Item to Sell ##Update Food item
Client: React, Redux, MaterialUI , Bootstrap-React
Api: JSON-Server (Fake Api)
ecommerce-react-app
|
|----->node_modules
|----->public
| |----->logo.png
| |----->index.html
|
|-->src
| |
| |------>assets---->some images
| |
| |______COMPONENTS
| |--->addProduct--->AddProduct.js
| | |--->AddProduct.css
| |
| |--->carausal----->Carousel.js
| |--->footer------->Footer.js
| |
| |____Card.js
| |____CardDetails.js
| |____Header.js
| |____Modal.js
| |____Rating.js
| |____SortByPrice.js
| |____UpdateItemModal.js
| |____Style.css
| |
| |---store___
| | |--->CartSlice.js
| | |--->ProductSlice.js
| | |--->store.js
| |-->App.js
| |-->App.css
| |-->Index.js
| |-->Index.css
|
|-->.gitignore
|-->package.json
|
If you aren't satisfied with the build tool and configuration choices, you can eject
at any time. This command will remove the single build dependency from your project.
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject
will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.
You don't have to ever use eject
. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.
This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify