jpd61 / shop-shop

A MERN stack application e-commerce site that also uses Stripe payments.

Home Page:https://redux-shop-jpd.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mern-logo-repo

MERN Redux E-Commerce Store 👋

Twitter: jpdewoody

Description

🔍 A MERN stack application e-commerce site that also uses Stripe payments.

Deployed Application

💻 Below is a screenshot of the application:

book-search-engine

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

Table of Contents

Available Scripts

In the project root directory, you can run:

npm start

Runs the app in the development mode.
Both the server and react will start and populate as localhost in browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

npm run eject

Note: this is a one-way operation. Once you eject, you can’t go back!

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.

Testing

✏️

No current testing

Contributing

:octocat: Joseph DeWoody

Questions

✉️ Contact me with any questions: email , GitHub

ForTheBadge built-with-swag

About

A MERN stack application e-commerce site that also uses Stripe payments.

https://redux-shop-jpd.herokuapp.com/


Languages

Language:JavaScript 91.1%Language:CSS 6.2%Language:HTML 2.7%