malloryfaria / shop-shop

This project was module 22 of the UofT Coding Bootcamp's weekly assignments. The challenge was to refactor an existing e-commerce platform to use Redux for managing global state.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shop Shop - E-commerce Platform

GitHub license

Table of Contents

Description

This project was module 22 of the UofT Coding Bootcamp's weekly assignments. The challenge was to refactor an existing e-commerce platform to use Redux for managing global state.

User Story

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

Acceptance Criteria

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

Deployed Link

This project is deployed at:

Screenshot

Here is a screenshot from the application:

landing page

Usage

Use this site to track your budget.

Languages/Technology Used

Redux
React
Node

Contributing

If you would like to contribute, please reach out. You can find my contact information in the "Questions?" section below.

Questions?

If you have any questions about the project, contact me at mallory.faria@gmail.com

License

This project is licensed under the MIT license.

Copyright (c) 2021

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.

About

This project was module 22 of the UofT Coding Bootcamp's weekly assignments. The challenge was to refactor an existing e-commerce platform to use Redux for managing global state.

License:MIT License


Languages

Language:JavaScript 90.6%Language:CSS 6.6%Language:HTML 2.8%