/ReduxStore

Primary LanguageJavaScript

ReduxStore

Description

This project showcases the switch from a react state management system to a redux state management system. The application is a simple e-commerce application that allows users to signup/login, add items to their cart, and checkout. The application uses the MERN stack and is deployed on Heroku. The application connects to a Stripe API to handle payments.

Badge

https://img.shields.io/badge/license-GPL-blue.svg

Table of Contents

Installation

run npm install in the base directory to install all dependencies and then run npm run seed and then npm run develop to start the server.

Usage

To use the application, simply navigate to the deployed link and signup/login. Once logged in, you can add items to your cart and checkout. You can also view your order history on the profile page.

Screenshot

Screenshot

Heroku Link

Link to working example

License

GPL

Contributing

To contribute, please fork the project and create a feature branch.

Tests

This project has no test instructions

Questions

Github Username: xclusive36
Github Profile: Github Profile
Any additional questions, please reach out to me by email:
Email: Email

Sources