This project is a e-commerce, it's a front-end challenge provided by Rocketseat BootCamp Ignite.
Developed with NextJS, Typescript and Stitches.
Features:
- Context API
- Stripe API
- Radix
- Axios
# Install the Dependencies
$ npm install- Create a Stripe Account
- Register products in the Stripe
- Create a
.env.localfile in project directory - Save the Stripe Public and Secret Key in
.env.localas below
# App
NEXT_URL=http://localhost:3000
# Stripe
STRIPE_PUBLIC_KEY=
STRIPE_SECRET_KEY=
# Run the Web Application
$ npm run dev