-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,14 @@ | ||
 | ||
|
||
# Welcome | ||
|
||
Welcome! This is a repository containing the starter code and final code from my tutorial [Building a shopping cart in Next.js with use-shopping-cart and Stripe](https://codingwithlucy.hashnode.dev/build-a-shopping-cart-in-nextjs-with-use-shopping-cart-and-stripe). | ||
|
||
Please refer to [my blog post](https://codingwithlucy.hashnode.dev/build-a-shopping-cart-in-nextjs-with-use-shopping-cart-and-stripe) for full instructions on how to use this code. | ||
|
||
- Demo: https://simple-ecommerce-nextjs.vercel.app/ | ||
|
||
## Branches | ||
|
||
- `main`: starter code (use this if you would like to follow along with the tutorial) | ||
- `final-version`: final code (what is currently deployed on Vercel) |