Skip to content

patriceandrea/Funko-d-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 

Repository files navigation

Funko-d-store

An e-commerce application that sells Funko Pop using Nextjs. Stripe is used for payments.

About

Features

  • Views the list of product
  • Adds product(s) to cart
  • Removes product(s) from the cart
  • Go to checkout for payment using Stripe (test mode)

🎥

View Products

Add to Cart

Chekout Payment

Stripe Testing

use 4242 4242 4242 4242 Visa Card for sucessful testing.

Stripe Docs on testing: https://stripe.com/docs/testing#cards

Getting Started

How to run locally:

  1. Fork this repository, then git clone your fork of this repository.
  2. Change directory to funko'd folder
cd funko\'d
  1. Install all dependecies.
npm install
  1. Start the server
npm run dev
  1. Go to http://localhost:3000/ to view the site.

Dependecies

  • Nextjs
  • Sanity.io
  • Stripe
  • React-Hot-Toast
  • React-Icons
  • Canvas-Confetti

Ressource

This is based on JavaScript Mastery's Build and Deploy a Modern Full Stack ECommerce React Application with Stripe: https://www.youtube.com/watch?v=4mOkFXyxfsU. This is built for learning purposes only.