Skip to content

guirdy/ignite-shop-2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ignite Shop 2.0

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

💻 Run The Project

# Install the Dependencies
$ npm install

Stripe Config

  • Create a Stripe Account
  • Register products in the Stripe
  • Create a .env.local file in project directory
  • Save the Stripe Public and Secret Key in .env.local as below
# App
NEXT_URL=http://localhost:3000

# Stripe
STRIPE_PUBLIC_KEY=
STRIPE_SECRET_KEY=
# Run the Web Application
$ npm run dev

Developed by Guilherme Leandro 💻

About

A Rocketseat Ignite Bootcamp Challenge

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published