Shop-Shop App is an e-commerce website that allows users to buy your needs from home using MERN, GraphQL, Apollo Server with redux.
Deployed Application: https://enigmatic-oasis-06947.herokuapp.com/
Deployed Application: https://enigmatic-oasis-06947.herokuapp.com/
Github Reprository: https://github.com/raedaltaki/shop-shop
AS a senior engineer working on an e-commerce platform I WANT my platform to use Redux to manage global state instead of the Context API SO THAT my website's state management is taken out of the React ecosystem
GIVEN an e-commerce platform that uses Redux to manage global state WHEN I review the app’s store THEN I find that the app uses a Redux store instead of the Context API WHEN I review the way the React front end accesses the store THEN I find that the app uses a Redux provider WHEN I review the way the app determines changes to its global state THEN I find that the app passes reducers to a Redux store instead of using the Context API WHEN I review the way the app extracts state data from the store THEN I find that the app uses Redux instead of the Context API WHEN I review the way the app dispatches actions THEN I find that the app uses Redux instead of the Context API
https://courses.bootcampspot.com/
Deployed Application: https://enigmatic-oasis-06947.herokuapp.com/
For addition questions, Please reach me at:
GITHUB: https://github.com/raedaltaki
Email: raed.simon@gmail.com
https://choosealicense.com/licenses/mit/
MIT License
Copyright (c) 2021 raedaltaki
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.