DivyaGaurav21 / Ecoomerce-React-App

Ecommerce Website Tech Stack used - React Redux Toolkit , MaterialUI , JSX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ecommerce React-Redux project (MEAL HUB)

                     DESCRIPTION :-
  1. 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.

  2. Any User can add, remove , update ,delete (crud operation) receipy in cart

  3. in Other hand ,Restaurent owner who want to sell their food item , they will able to add , update , and delete their receipy.

  4. 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:-
    
  5. all the code logic written in diciplined manner which is easy to undestand for any one.

  6. basically in this application i perform crud operation on API(json-server)

  7. I implement logic requst on API(get, post , delete, put) by axios library.

  8. I manage all state in this intire application by redux toolkit.

##HomePage homePage homePage ##Cart Cart ##Food Item Details Details ##Add new Item to Sell Add ##Update Food item Update

Tech Stack

Client: React, Redux, MaterialUI , Bootstrap-React

Api: JSON-Server (Fake Api)

Folder Structure

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
    |

Authors

Hi, I'm Divya gauravđź‘‹

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.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

npm run build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify

About

Ecommerce Website Tech Stack used - React Redux Toolkit , MaterialUI , JSX


Languages

Language:JavaScript 87.4%Language:CSS 10.9%Language:HTML 1.7%