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.
- 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.
- Stripe account (for payment processing)
- Auth0 account (for authentication)
-
Clone the repository:
git clone https://github.com/s31w4n/comfy-sloth.git
-
Install Dependencies
cd comfy-sloth npm install npm start