gracemorganmaxwell / write-your-own-web-store-in-hours

webstore-app-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Write Your Own Web Store In Hours

Cover Image for the Write Your Own Web Store In Hours project

This project is the basis of Ben Dechrai's workshop by the same name.

By the end of this workshop, you will have created a React-based Single Page Application that allows customers to log in using Auth0, and can list and purchase a number of products based on the product catalogue defined in your Stripe account.

πŸ§‘β€πŸ’» Prerequisites

In order to get the most from this workshop, you will

  • be comfortable using VS Code as a development environment
  • have a moderate understanding of JavaScript

πŸ— Key

Symbol(s) Description
πŸ‘‰πŸ’»πŸ‘ˆ Skip past the descriptions and explanations, and just get straight to the action items. Each action that you need to take is prefixed with these symbols
πŸ’‘ Helpful hints or things you might want to pay attention to
πŸŽ‰ Milestone - do something here to verify you're in track
πŸ§ͺ Checkpoint - an optional time for you to do a test to see your progress

πŸ“– Workshop Steps

  1. Pre-Workshop Setup
  2. Setting up your development environment
  3. Create a new React Project
  4. Defining products in Stripe
  5. Retrieving products from the Stripe API
  6. Displaying products in React
  7. Authenticating users
  8. Connecting Auth0 to Stripe
  9. Augmenting Access Tokens
  10. Starting a Stripe Checkout
  11. Complete! Testing the site...

About

webstore-app-example


Languages

Language:JavaScript 58.2%Language:CSS 21.0%Language:HTML 19.6%Language:Shell 0.8%Language:Dockerfile 0.4%