Code Monkey home page Code Monkey logo

shop-shop's Introduction

Shop-Shop (refactoring) State

Description

Enhance an existing e-commerce platform called Shop-Shop.

  • Centralize all of the application's data in state globally to make it easier to share state across the entire application.

  • Create a shopping cart for the application, add offline functionality, and process secure online payments with a service called Stripe.

Table of Contents

Deployed Application

https://tranquil-badlands-04956.herokuapp.com/

Tech Used

Stripe (Links to an external site.) is a suite of online payment processing APIs that powers commerce for online businesses of all sizes, allowing them to accept and process payments online. You’ll use the stripe (Links to an external site.) npm package to integrate Stripe into your application.

Stripe.js (Links to an external site.) is Stripe’s JavaScript library for building payment flows. It uses Stripe Elements, a set of prebuilt, customizable UI components to allow platforms to collect sensitive payment information. Stripe.js also provides a single interface for Apple Pay, Google Pay, and the Payment Request API. For the purposes of this module's application, you’ll use the @stripe/stripe-js (Links to an external site.) npm package to redirect your app to a prebuilt Stripe checkout page.

Installation

  1. Clone the repo
    git clone https://github.com/pamelac21/Shop-Shop.git
  2. Install NPM packages
    npm install
  3. Run CLient and Server with Concurrently
    npm run develop

Contact

PamelaGitHub

Email me

License

This project is licensed under the MIT License - see the LICENSE file for details.

shop-shop's People

Contributors

pamelac21 avatar

Stargazers

 avatar

Watchers

 avatar

shop-shop's Issues

Add Stripe API to Process Payment

  • As a user, I would like to be able to use my credit card to process and complete my order

  • As a user, I want to see my order history

Create Global State Object

  • As a user, I want to experience better performance across the features I use in the application:

    • View and filter products by category

    • Click on a product to see full details

Add IndexedDB to the Shopping Cart

  • As a user, I want to be able to persist my current shopping cart items if I close the browser tab

  • As a user, I want to be able to view and add products to my shopping cart with or without a network connection

Create Shopping Cart

  • As a user, I want to be able to add products to my shopping cart

  • As a user, I want to be able to see my shopping cart from any page

  • As a user, I want to be able to update or delete the quantity of shopping cart items

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.