/Redux-Store

UW Full-Stack Bootcamp Homework, Week 22, State: Redux Store

Primary LanguageJavaScriptMIT LicenseMIT

22 State Homework: Redux Store

License: MIT

Description

Refactor a fully functioning e-commerce platform, replacing the Context API with Redux to manage global state.

Table of Contents

Core Objectives Met

GIVEN an e-commerce platform that uses Redux to manage global state...

  1. When a user reviews the app’s store, they find that the app uses a Redux store instead of the Context API.
  2. When a user reviews the way the React front end accesses the store, they find that the app uses a Redux provider.
  3. When a user reviews the way the app determines changes to its global state, then they find that the app passes reducers to a Redux store instead of using the Context API.
  4. When a user reviews the way the app extracts state data from the store, then they find that the app uses Redux instead of the Context API.
  5. When a user reviews the way the app dispatches actions, then they find that the app uses Redux instead of the Context API.

Technologies Used

Screen Shot

Redux Store

Deployed Application

https://redux-store-cailin.herokuapp.com/

MIT License

©2021 Cailin Bell Wold

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.

Contact

For inquiries, please contact Cailin Bell Wold.