Thanks to visit codestin.com
Credit goes to github.com

Skip to content

s31w4n/comfy-sloth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Comfy Sloth

Welcome to the Comfy Sloth Project repository! This is a modern e-commerce web application built using TypeScript, React, styled-components for styling, and context API for state management. It incorporates Auth0 for authentication and Stripe for handling payments.

Table of Contents

Features

  • User authentication using Auth0.
  • Secure payment processing with Stripe integration.
  • Utilizes TypeScript for type-safe code.
  • React components styled with styled-components.
  • State management powered by Context API.

Prerequisites

  • Stripe account (for payment processing)
  • Auth0 account (for authentication)

Installation

  1. Clone the repository:

    git clone https://github.com/s31w4n/comfy-sloth.git
  2. Install Dependencies

    cd comfy-sloth
    npm install
    npm start

Releases

No releases published