gadingnst / point-of-sales-frontend

Point of Sales Frontend Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Point of Sales Frontend Web Application

Point of Sales Frontend Web Application


Table of contents

TODO Tasks

  • CRUD Products via web
  • CRUD Categories via web
  • CRUD Users via web
  • Login and authentication with JWT
  • Filtering product by name and category and etc.
  • Sorting product by newest name and etc.
  • Data Pagination
  • Data Reactive
  • Cart item stored in local storage with redux
  • History orders and income by daily, weekly, monthly and yearly
  • Statistic income and orders

Stacks

  • ReactJS
  • Redux
  • Ant Design
  • ApexChart
  • Axios

Build Setup

  1. Clone repository $ git clone https://github.com/sutanlab/point-of-sales-frontend.git

  2. Install depedencies

# with npm
$ npm install

# or with yarn
$ yarn install
  1. Setup your environment variable in .env files (if not exists, create your own).
REACT_APP_API_BASEURL = http://localhost:9600
  1. Available scripts
# start development server
$ yarn start 

# built to production mode
$ yarn build

Capture

Home

View Home

Checkout

View Checkout

CRUD Product

View CRUD product

CRUD Category

View CRUD product

CRUD User

View CRUD product

Recent History

View CRUD product

Statistic Income and Orders

View CRUD product


Copyright © 2019 by Sutan Gading Fadhillah Nasution

About

Point of Sales Frontend Application


Languages

Language:JavaScript 98.1%Language:HTML 1.9%