Home

Awesome

WooCommerce Nextjs React Theme :rocket:

Project Status: Active. Stars Forks Contributors Follow

📹 Full Course Video Tutorial

Important Note ⭐:

The code for the Video Tutorial is in the branch youtube-course However, since there is continuous contribution and updates to this project. The 'master' branch is upto date with those changes. You can also refer to the PR notes for changes.

Demo Desktop :video_camera:

Live Demo:

Live Demo Site

Checkout Page Demo

Payment Demo ( Paypal example )

Order Received Demo

Stripe Checkout

Stripe Demo Video

Features:

  1. WooCommerce Store in React( contains: Products Page, Single Product Page, AddToCart, CartPage and Checkout Page with country selection ).
  2. SSR
  3. SEO friendly
  4. Automatic Code Splitting
  5. Hot Reloading
  6. Prefetching
  7. Incremental Static (Re)generation ( Next.js 10 support )
  8. GraphQL with Apollo Client
  9. Tailwindcss
  10. Stripe Checkout ( with Stripe Session and Stripe webhook)

Getting Started :rocket:

These instructions will get you a copy of the project up and running on your local machine for development purposes.

Prerequisites :page_facing_up:

Installing :wrench:

  1. Clone this repo using terminal git clone git@github.com:imranhsayed/woo-next
  2. cd woo-next
  3. yarn install

Add GraphQl support for WordPress

  1. Download and activate the following plugins , in your WordPress plugin directory:

Hero Carousel.

To use Hero carousel, create a category called 'offers' from WordPress Dashboard > Products > Categories. Now create and assign as many child categories to this parent 'offers' category with name, description and image. These Child categories data will automatically be used to create hero carousel on the frontend.

Configuration(for GraphQL implementation) :wrench:

  1. (Required) Create a .env file taking reference from .env-example and update your WordPressSite URL.

Branch details

  1. feature/rest-api Contains REST API Implementation.

  2. The master branch has the GraphQL implementation.

Common Commands :computer:

Code Contributors ✰

Thanks to all the people who contributed to the code of this project 🤝

<div> <img src="https://github.com/imranhsayed.png?size=30" alt="Imran Sayed"> <img src="https://github.com/w3bdesign.png?size=30" alt="Daniel F"> <img src="https://github.com/delunix.png?size=30" alt="Fandi Rahmawan"> <img src="https://github.com/yudyananda.png?size=30" alt="yudyananda"> </div>

Contributing :busts_in_silhouette:

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning :bookmark_tabs:

I use Git for versioning.

Author :bust_in_silhouette:

License :page_with_curl:

This project is licensed under the MIT License - see the LICENSE.md file for details