Hi1talib1World / woocrud

Woocommerce CRUD With ReactJs

Home Page:https://woocrud.malab.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WooCrud : Woocommerce CRUD

WooCrud is a ReactJs application for your WooCommerce store. It's ready to install on a dedicated server/platform/domain.

The application has a responsive easy to use interface for shop managers and can be used to Show, Add, Edit and Delete WooCommerce products.

Setup

Download & Install WooCrud Plugin

Install WooCrud App

  • git clone https://github.com/TR4HIM/woocrud.git

  • npm install

  • Rename .env.dist to .env

  • Update .env file to match your your wordPress URLS

  • REACT_APP_LIVE_STORE_URL=https://example.com

  • REACT_APP_LOCAL_STORE_URL=http://LOCAL.test

Local environment : REACT_APP_LOCAL_STORE_URL

npm run start

Production environment : REACT_APP_LIVE_STORE_URL

npm run build

Examples

Login - Products List

Login - Products List

Add New Product

Add New Product

Quick Edit

Quick Edit

Advanced Edit

Advanced Edit

Delete Product

Delete Product

User Settings

User Settings

Features

  • Unique WooCommerce dashboard

  • See a list of all products

  • Add products

  • Quick update products

  • Advanced edit for products

  • WYSWYG

  • Delete products

  • Filter products by categories

  • Create categories

  • Create tags

  • Up-Sells and Cross-Sells

  • Preview live product

  • Easy to use interface

  • Modern Design

Testing

npm run test

To Do/Features to expect in the future

  • Translation

  • Finish testing

  • Add comments

  • Add a search feature

  • WordPress Media Manager

  • And more...

License

All the code is available under the MIT + Apache 2.0. licenses. See LICENSE.

About

Woocommerce CRUD With ReactJs

https://woocrud.malab.dev/


Languages

Language:JavaScript 64.0%Language:SCSS 18.7%Language:CSS 16.3%Language:HTML 1.0%